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(/*)?"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user