You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
784 B
30 lines
784 B
{
|
|
"pages": {
|
|
"/[locale]/solutions/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/[locale]/solutions/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/chunks/app/layout.js"
|
|
],
|
|
"/not-found": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/not-found.js"
|
|
],
|
|
"/_not-found/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/_not-found/page.js"
|
|
]
|
|
}
|
|
}
|