diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 87f503c..6d5c3a4 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -20,6 +20,7 @@ export default defineConfig({ uni(), basicSsl(), ], + base: '/echoChat-frontend/', server: { host: '0.0.0.0', https: true,