change ACCESS_KEY header to ACCESS-KEY, add test env file

This commit is contained in:
RockYang
2023-04-20 18:13:05 +08:00
parent 296d83c3a1
commit 00db78b446
5 changed files with 8 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ module.exports = defineConfig({
]
},
publicPath: process.env.NODE_ENV === 'production' ? '/chat' : '/',
publicPath: '/chat',
outputDir: '../dist',
crossorigin: "anonymous",
devServer: {