mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
revert accidentally committed vite config change
This commit is contained in:
parent
55095f1b5e
commit
b3c7d89793
@ -21,13 +21,13 @@ export default defineConfig({
|
||||
server: {
|
||||
proxy: {
|
||||
'/settings.json': {
|
||||
target: 'http://localhost:8100',
|
||||
//target: 'https://bluecolored.de/bluemap',
|
||||
//target: 'http://localhost:8100',
|
||||
target: 'https://bluecolored.de/bluemap',
|
||||
changeOrigin: true,
|
||||
},
|
||||
'/maps': {
|
||||
target: 'http://localhost:8100',
|
||||
//target: 'https://bluecolored.de/bluemap',
|
||||
//target: 'http://localhost:8100',
|
||||
target: 'https://bluecolored.de/bluemap',
|
||||
changeOrigin: true,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user