Преглед изворни кода

chore: 更新前端访问路径

gatsby пре 1 месец
родитељ
комит
4588ad206f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      frontend/vite.config.ts

+ 1 - 1
frontend/vite.config.ts

@@ -23,7 +23,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
   const isProduction = mode === "production";
 
   return {
-    base: "/web",
+    base: "/",
     resolve: {
       alias: {
         "@": pathSrc,