This commit is contained in:
2024-10-07 17:01:40 +02:00
parent 33c90150f7
commit bec08efb2c
19 changed files with 41 additions and 19 deletions

View File

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