migration wip
This commit is contained in:
@@ -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"
|
||||
}
|
||||
537
.next/server/app/[locale]/blog/[slug]/page.js
Normal file
537
.next/server/app/[locale]/blog/[slug]/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
537
.next/server/app/[locale]/blog/page.js
Normal file
537
.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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
567
.next/server/app/[locale]/products/page.js
Normal file
567
.next/server/app/[locale]/products/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
122
.next/server/app/_not-found/page.js
Normal file
122
.next/server/app/_not-found/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
@@ -18,7 +18,7 @@
|
||||
"assets": [],
|
||||
"env": {
|
||||
"__NEXT_BUILD_ID": "development",
|
||||
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "0R3AeKRiCnSumpEO3wgP/k8sKq7OCUs1SBp+q3dmhMw="
|
||||
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "vpVS86dElDrbPzxNqRuItYHDN8vPlob6QXj8YKqnVE4="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"node": {},
|
||||
"edge": {},
|
||||
"encryptionKey": "0R3AeKRiCnSumpEO3wgP/k8sKq7OCUs1SBp+q3dmhMw="
|
||||
"encryptionKey": "vpVS86dElDrbPzxNqRuItYHDN8vPlob6QXj8YKqnVE4="
|
||||
}
|
||||
@@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("c80591bbb933a4a4")
|
||||
/******/ __webpack_require__.h = () => ("3335aa53b0ba7807")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
||||
Reference in New Issue
Block a user