Изображения в услугах, поиске, возможность открыть карточку услуги
This commit is contained in:
@@ -6,25 +6,45 @@
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/page.js"
|
||||
],
|
||||
"/search/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/search/page.js"
|
||||
],
|
||||
"/auth/login/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/auth/login/page.js"
|
||||
],
|
||||
"/dashboard/profile/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/profile/page.js"
|
||||
],
|
||||
"/dashboard/offers/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/offers/page.js"
|
||||
],
|
||||
"/dashboard/profile/page": [
|
||||
"/dashboard/offers/[id]/edit/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/profile/page.js"
|
||||
"static/chunks/app/dashboard/offers/[id]/edit/page.js"
|
||||
],
|
||||
"/dashboard/offers/create/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/dashboard/offers/create/page.js"
|
||||
],
|
||||
"/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/page.js"
|
||||
],
|
||||
"/offers/[id]/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/offers/[id]/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user