diff --git a/vite.config.mts b/vite.config.mts index 341549e..9436612 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -96,5 +96,5 @@ export default defineConfig({ }, }, }, - base: 'calculator-dev', + base: process.env.NODE_ENV === 'production' ? '/calculator-dev/' : '/', })