Browse Source

修改build base 选项

冯诚 3 years ago
parent
commit
7dc70c5411
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vite.config.ts

+ 1 - 0
vite.config.ts

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