1
This commit is contained in:
parent
e3f3e42f69
commit
27c6794aeb
@ -10,6 +10,16 @@
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/recommendations/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/recommendations/page.js"
|
||||
],
|
||||
"/sectors/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/sectors/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,3 +1,5 @@
|
||||
{
|
||||
"/page": "app/page.js"
|
||||
"/page": "app/page.js",
|
||||
"/sectors/page": "app/sectors/page.js",
|
||||
"/recommendations/page": "app/recommendations/page.js"
|
||||
}
|
||||
@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("d5fab7bdabc14f64")
|
||||
/******/ __webpack_require__.h = () => ("b931683b67a20916")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user