Explorar el Código

修改build base 选项

冯诚 hace 3 años
padre
commit
7dc70c5411
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

@@ -20,4 +20,5 @@ export default defineConfig(({ command }) => ({
       },
     },
   },
+  base: '/ptc/',
 }))