migration wip

This commit is contained in:
2025-12-30 00:06:54 +01:00
parent 3efbac78cb
commit 89dbf8af87
94 changed files with 5674 additions and 308 deletions

View File

@@ -1,3 +1,7 @@
{
"/[locale]/page": "app/[locale]/page.js"
"/_not-found/page": "app/_not-found/page.js",
"/[locale]/page": "app/[locale]/page.js",
"/[locale]/blog/page": "app/[locale]/blog/page.js",
"/[locale]/products/page": "app/[locale]/products/page.js",
"/[locale]/blog/[slug]/page": "app/[locale]/blog/[slug]/page.js"
}