diff --git a/vite.config.mts b/vite.config.mts index 5a7afa919..67163a5a8 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -43,7 +43,8 @@ const cjsTokens = () => ({ }); export default defineConfig({ - base: '/', + base: './', + publicDir: false, plugins: [ // BIG DISCLAIMER - Vite only processes files with the .jsx or .tsx extension with // babel, and changing this configuration is... cumbersome and comes with a performance