diff --git a/vite.config.js b/vite.config.js index 9def588..de1d347 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,7 +4,9 @@ import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], - preview: { - host: "0.0.0.0" - } + base: '/vite-deploy-demo/' + //preview: { + //host: "0.0.0.0" + + //} })