This commit is contained in:
2024-10-08 14:08:51 +02:00
parent 4cf78f4f17
commit 47e1ef47c6
20 changed files with 9 additions and 5 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",
"/events/page": "app/events/page.js",
"/(main)/page": "app/(main)/page.js",
"/events/page": "app/events/page.js",
"/events/blockchainweek1/page": "app/events/blockchainweek1/page.js"
}