This commit is contained in:
2024-10-10 16:46:14 +02:00
parent cab9abb8d4
commit 30ef4d9633
35 changed files with 151 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/(main)/page": "app/(main)/page.js",
"/community/page": "app/community/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/features/page": "app/features/page.js",
"/about/page": "app/about/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/usecases/page": "app/usecases/page.js"
}