浏览代码

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,