mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 20:16:00 +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: {
|
server: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/settings.json': {
|
'/settings.json': {
|
||||||
target: 'http://localhost:8100',
|
//target: 'http://localhost:8100',
|
||||||
//target: 'https://bluecolored.de/bluemap',
|
target: 'https://bluecolored.de/bluemap',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
'/maps': {
|
'/maps': {
|
||||||
target: 'http://localhost:8100',
|
//target: 'http://localhost:8100',
|
||||||
//target: 'https://bluecolored.de/bluemap',
|
target: 'https://bluecolored.de/bluemap',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user