Added explorer page

This commit is contained in:
Alexis
2024-12-19 19:38:57 +01:00
parent 199cfb6634
commit bf8257e60f
5 changed files with 73 additions and 10 deletions

View File

@@ -39,7 +39,8 @@ export default defineNuxtConfig({
login: "/",
callback: "/my/",
exclude: [
"/calendars(/*)?"
"/calendars(/*)?",
"/explore(/*)?"
]
}
},