diff --git a/app.config.ts b/app.config.ts
index ef2ee8aa37057ba529f24d8650b6dcd698cf5eaa..d55a431d887dcc4ad2e4a9f0edae5e938bd2abdf 100644
--- a/app.config.ts
+++ b/app.config.ts
@@ -8,5 +8,6 @@ export default defineConfig({
         crawlLinks: true
       },
       preset: 'static'
-    }
+    },
+    base: ''
   });
\ No newline at end of file