diff --git a/nuxt.config.ts b/nuxt.config.ts
index 6a2750ee80a4faef675119a7662dc3de999aff67..60c5287a5f8781c2f8fa299ec957da13ba424c46 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -14,8 +14,8 @@ export default defineNuxtConfig({
   devtools: {
     enabled: false
   },
-  app: {
-    baseURL: '/wiki',
-  }
+  // app: {
+  //   baseURL: '/wiki',
+  // }
 
 })