mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-15 03:01:58 +08:00
Remove base path configuration from Vite config
This commit is contained in:
@@ -7,7 +7,6 @@ export default defineConfig(({ command, mode }) => {
|
||||
|
||||
|
||||
return {
|
||||
base: './',
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: parseInt(env.VITE_PORT) || 5173,
|
||||
|
||||
Reference in New Issue
Block a user