This commit is contained in:
2023-11-16 11:26:17 +01:00
parent 98ce81dfb2
commit a1bffa1cdb
8 changed files with 73 additions and 17 deletions

View File

@@ -73,6 +73,12 @@ export default defineConfig(({ mode }) => {
followRedirects: true,
rewrite: path => path.replace(/^\/evepraisal/, ''),
},
'/fuzzwork/': {
target: env.FUZZWORK_URL,
changeOrigin: true,
followRedirects: true,
rewrite: path => path.replace(/^\/fuzzwork/, ''),
},
'/esi/': {
target: env.ESI_URL,
changeOrigin: true,