update layout

This commit is contained in:
2024-10-08 12:53:23 +02:00
parent eb689aed32
commit 4d6c697f35
46 changed files with 217 additions and 204 deletions

View File

@@ -36,6 +36,16 @@
"static/chunks/main-app.js",
"static/chunks/app/features/layout.js"
],
"/heroverse/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/heroverse/page.js"
],
"/heroverse/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/heroverse/layout.js"
],
"/community/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
@@ -55,26 +65,6 @@
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/about/layout.js"
],
"/usecases/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/page.js"
],
"/usecases/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/usecases/layout.js"
],
"/heroverse/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/heroverse/page.js"
],
"/heroverse/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/heroverse/layout.js"
]
}
}

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 @@
{
"/community/page": "app/community/page.js",
"/about/page": "app/about/page.js",
"/(main)/page": "app/(main)/page.js",
"/features/page": "app/features/page.js",
"/heroverse/page": "app/heroverse/page.js",
"/usecases/page": "app/usecases/page.js",
"/(main)/page": "app/(main)/page.js"
"/community/page": "app/community/page.js",
"/about/page": "app/about/page.js"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "oSv3VltPL5IHZ7Y9PD7GWK0xVMSrl0JMyVRP8W1vB5M="
"encryptionKey": "+1rGVQPCJH9xMSzoUBYU1yDeR+6UrHPLj0lzF9tSc/4="
}

View File

@@ -125,7 +125,7 @@
/******/
/******/ /* webpack/runtime/getFullHash */
/******/ (() => {
/******/ __webpack_require__.h = () => ("56a1dd5235a7e565")
/******/ __webpack_require__.h = () => ("61d88bdfde5b4f52")
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */

File diff suppressed because one or more lines are too long