This commit is contained in:
2024-10-07 20:12:40 +02:00
parent 4b223f37d2
commit 3d9acd4f0b
13 changed files with 10 additions and 8 deletions

View File

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