initial migration
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules
|
||||
36
.next/app-build-manifest.json
Normal file
36
.next/app-build-manifest.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"pages": {
|
||||
"/[locale]/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/[locale]/page.js"
|
||||
],
|
||||
"/[locale]/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/[locale]/layout.css",
|
||||
"static/chunks/app/[locale]/layout.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"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"
|
||||
],
|
||||
"/_not-found/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/_not-found/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
30
.next/build-manifest.json
Normal file
30
.next/build-manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [
|
||||
"static/chunks/react-refresh.js"
|
||||
],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/development/_buildManifest.js",
|
||||
"static/development/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js"
|
||||
],
|
||||
"pages": {
|
||||
"/_app": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_app.js"
|
||||
],
|
||||
"/_error": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_error.js"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
1
.next/cache/.tsbuildinfo
vendored
Normal file
1
.next/cache/.tsbuildinfo
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/4.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/4.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/5.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/5.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/6.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/7.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/index.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/client-development/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-development/index.pack.gz.old
vendored
Normal file
BIN
.next/cache/webpack/client-development/index.pack.gz.old
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/0.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/0.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/1.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/1.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/10.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/10.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/11.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/11.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/12.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/12.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/13.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/13.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/14.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/14.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/15.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/15.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/16.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/16.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/17.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/17.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/18.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/18.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/19.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/19.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/2.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/2.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/20.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/20.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/21.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/21.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/3.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/3.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/4.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/4.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/5.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/5.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/6.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/6.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/7.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/7.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/8.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/8.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/9.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/9.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/index.pack
vendored
Normal file
BIN
.next/cache/webpack/client-production/index.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/client-production/index.pack.old
vendored
Normal file
BIN
.next/cache/webpack/client-production/index.pack.old
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-development/0.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/edge-server-development/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-development/index.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/edge-server-development/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-development/index.pack.gz.old
vendored
Normal file
BIN
.next/cache/webpack/edge-server-development/index.pack.gz.old
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-production/0.pack
vendored
Normal file
BIN
.next/cache/webpack/edge-server-production/0.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-production/1.pack
vendored
Normal file
BIN
.next/cache/webpack/edge-server-production/1.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-production/index.pack
vendored
Normal file
BIN
.next/cache/webpack/edge-server-production/index.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/edge-server-production/index.pack.old
vendored
Normal file
BIN
.next/cache/webpack/edge-server-production/index.pack.old
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/10.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/10.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/11.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/11.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/12.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/12.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/2.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/7.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/8.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/8.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/9.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/index.pack.gz
vendored
Normal file
BIN
.next/cache/webpack/server-development/index.pack.gz
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-development/index.pack.gz.old
vendored
Normal file
BIN
.next/cache/webpack/server-development/index.pack.gz.old
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/0.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/0.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/1.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/1.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/10.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/10.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/11.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/11.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/12.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/12.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/13.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/13.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/14.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/14.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/15.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/15.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/16.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/16.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/17.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/17.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/18.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/18.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/19.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/19.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/2.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/2.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/20.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/20.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/21.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/21.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/22.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/22.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/23.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/23.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/24.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/24.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/25.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/25.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/26.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/26.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/27.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/27.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/3.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/3.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/4.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/4.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/5.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/5.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/6.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/6.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/7.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/7.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/8.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/8.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/9.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/9.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/index.pack
vendored
Normal file
BIN
.next/cache/webpack/server-production/index.pack
vendored
Normal file
Binary file not shown.
BIN
.next/cache/webpack/server-production/index.pack.old
vendored
Normal file
BIN
.next/cache/webpack/server-production/index.pack.old
vendored
Normal file
Binary file not shown.
27
.next/fallback-build-manifest.json
Normal file
27
.next/fallback-build-manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [
|
||||
"static/chunks/fallback/react-refresh.js"
|
||||
],
|
||||
"ampDevFiles": [
|
||||
"static/chunks/fallback/webpack.js",
|
||||
"static/chunks/fallback/amp.js"
|
||||
],
|
||||
"lowPriorityFiles": [],
|
||||
"rootMainFiles": [],
|
||||
"pages": {
|
||||
"/_app": [
|
||||
"static/chunks/fallback/webpack.js",
|
||||
"static/chunks/fallback/main.js",
|
||||
"static/chunks/fallback/pages/_app.js"
|
||||
],
|
||||
"/_error": [
|
||||
"static/chunks/fallback/webpack.js",
|
||||
"static/chunks/fallback/main.js",
|
||||
"static/chunks/fallback/pages/_error.js"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
||||
1
.next/package.json
Normal file
1
.next/package.json
Normal file
@@ -0,0 +1 @@
|
||||
{"type": "commonjs"}
|
||||
1
.next/react-loadable-manifest.json
Normal file
1
.next/react-loadable-manifest.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
4
.next/server/app-paths-manifest.json
Normal file
4
.next/server/app-paths-manifest.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"/[locale]/blog/page": "app/[locale]/blog/page.js",
|
||||
"/[locale]/page": "app/[locale]/page.js"
|
||||
}
|
||||
301
.next/server/app/[locale]/blog/page.js
Normal file
301
.next/server/app/[locale]/blog/page.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
301
.next/server/app/[locale]/page.js
Normal file
301
.next/server/app/[locale]/page.js
Normal file
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
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
Reference in New Issue
Block a user