diff --git a/vite.config.mjs b/vite.config.mjs index 27ee3fc..b462b2b 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -6,7 +6,7 @@ const isDev = process.env.NODE_ENV === 'development'; export default defineConfig({ plugins: [react(), tailwindcss()], - base: isDev ? '/' : '/root/official/', + base: isDev ? '/' : './', //'/root/official/', optimizeDeps: { exclude: ['lucide-react'], },