mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-01-27 11:57:30 +00: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