ソースを参照

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,