This commit is contained in:
2024-10-07 19:50:42 +02:00
parent bec08efb2c
commit 4b223f37d2
42 changed files with 370 additions and 144 deletions

View File

@@ -1,6 +1,9 @@
{
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/about/page": "app/about/page.js",
"/community/page": "app/community/page.js",
"/about/page": "app/about/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"
}