Fixed about page being auth guarded
This commit is contained in:
@@ -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",
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user