diff --git a/vite.config.mts b/vite.config.mts index 99318f0f65..6bee08ef2c 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -88,6 +88,7 @@ function getModuleName(id: string): string { const DEV_SERVER_COMFYUI_URL = process.env.DEV_SERVER_COMFYUI_URL || 'http://127.0.0.1:8188'; export default defineConfig({ + base: '', server: { proxy: { '/api': { @@ -135,4 +136,4 @@ export default defineConfig({ '@': '/src' } } -}); \ No newline at end of file +});