migration wip

This commit is contained in:
2025-12-30 12:10:13 +01:00
parent 89dbf8af87
commit 65a7e9f24a
203 changed files with 192475 additions and 1562 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules
.next

View File

@@ -1,9 +1,9 @@
{
"pages": {
"/[locale]/page": [
"/[locale]/blog/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/[locale]/page.js"
"static/chunks/app/[locale]/blog/page.js"
],
"/[locale]/layout": [
"static/chunks/webpack.js",
@@ -17,20 +17,20 @@
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/[locale]/blog/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/[locale]/blog/page.js"
],
"/[locale]/products/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/[locale]/products/page.js"
],
"/[locale]/blog/[slug]/page": [
"/[locale]/contact/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/[locale]/blog/[slug]/page.js"
"static/chunks/app/[locale]/contact/page.js"
],
"/[locale]/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/[locale]/page.js"
],
"/_not-found/page": [
"static/chunks/webpack.js",

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
{
"/_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"
"/[locale]/page": "app/[locale]/page.js",
"/[locale]/contact/page": "app/[locale]/contact/page.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More