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