This commit is contained in:
2024-10-08 14:23:59 +02:00
parent 43e0d29f35
commit 60c2bb01d5
5 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"/_not-found/page": "app/_not-found/page.js",
"/community/page": "app/community/page.js",
"/about/page": "app/about/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/page": "app/events/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
}