Fixed about page being auth guarded

This commit is contained in:
Alexis
2025-07-26 18:47:16 +02:00
parent 8cd20aa386
commit 4a04728183

View File

@@ -49,7 +49,8 @@ export default defineNuxtConfig({
callback: "/my/", callback: "/my/",
exclude: [ exclude: [
"/calendars(/*)?", "/calendars(/*)?",
"/explore(/*)?" "/explore(/*)?",
"/about(/*)?"
] ]
} }
}, },
@@ -67,4 +68,4 @@ export default defineNuxtConfig({
eslint: {}, eslint: {},
compatibilityDate: "2025-04-16", compatibilityDate: "2025-04-16",
}) })