This commit is contained in:
2024-10-07 15:01:53 +02:00
parent 1d279235be
commit d3a259741f
27 changed files with 35 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/(main)/page": "app/(main)/page.js"
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/community/page": "app/community/page.js"
}