mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-10 19:23:42 +08:00
change ACCESS_KEY header to ACCESS-KEY, add test env file
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = defineConfig({
|
||||
]
|
||||
},
|
||||
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/chat' : '/',
|
||||
publicPath: '/chat',
|
||||
outputDir: '../dist',
|
||||
crossorigin: "anonymous",
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user