revert accidentally committed vite config change

This commit is contained in:
Lukas Rieger (Blue) 2023-06-18 23:52:41 +02:00
parent 55095f1b5e
commit b3c7d89793
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 4 additions and 4 deletions

View File

@ -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,
} }
} }