full app is using live data now,
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"pages": {
|
||||
"/page": [
|
||||
"/gunbuilder/[categoryId]/[partId]/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/page.js"
|
||||
"static/chunks/app/gunbuilder/[categoryId]/[partId]/page.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
@@ -21,10 +21,10 @@
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/gunbuilder/[categoryId]/page.js"
|
||||
],
|
||||
"/gunbuilder/[categoryId]/[partId]/page": [
|
||||
"/gunbuilder/build/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/gunbuilder/[categoryId]/[partId]/page.js"
|
||||
"static/chunks/app/gunbuilder/build/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user