Selaa lähdekoodia

feat: update vite config base

chenhao 2 vuotta sitten
vanhempi
commit
4a802b93b2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -14,6 +14,7 @@ const resolvePath = (...args: string[]) => {
 }
 
 export default defineConfig({
+  base: '/',
   plugins: [
     vue(),
     vueJsx(),