Explorar el Código

chore: 更新前端访问路径

gatsby hace 1 mes
padre
commit
4588ad206f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,