mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-11 19:53:50 +08:00
optimize the logic for showing chat history
This commit is contained in:
@@ -16,10 +16,7 @@ module.exports = defineConfig({
|
||||
]
|
||||
},
|
||||
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/chat'
|
||||
: '/',
|
||||
|
||||
publicPath: process.env.NODE_ENV === 'production' ? '/chat' : '/',
|
||||
outputDir: '../dist',
|
||||
crossorigin: "anonymous",
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user