diff --git a/nuxt.config.ts b/nuxt.config.ts index ee7ccf2..3ebda28 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -49,7 +49,8 @@ export default defineNuxtConfig({ callback: "/my/", exclude: [ "/calendars(/*)?", - "/explore(/*)?" + "/explore(/*)?", + "/about(/*)?" ] } }, @@ -67,4 +68,4 @@ export default defineNuxtConfig({ eslint: {}, compatibilityDate: "2025-04-16", -}) \ No newline at end of file +})