This commit is contained in:
2024-09-18 16:05:54 +02:00
parent 60a7a54fbc
commit 7988c48cd9
74 changed files with 104 additions and 56 deletions

View File

@@ -1,6 +1,7 @@
{
"/community/page": "app/community/page.js",
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/community/blogs/herogpt/page": "app/community/blogs/herogpt/page.js"
"/community/page": "app/community/page.js",
"/community/blogs/herogpt/page": "app/community/blogs/herogpt/page.js",
"/usecases/page": "app/usecases/page.js",
"/(main)/page": "app/(main)/page.js"
}