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/",
exclude: [
"/calendars(/*)?",
"/explore(/*)?"
"/explore(/*)?",
"/about(/*)?"
]
}
},