add events
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
"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"
|
||||
],
|
||||
"/features/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
@@ -31,10 +36,15 @@
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/features/layout.js"
|
||||
],
|
||||
"/_not-found/page": [
|
||||
"/community/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/_not-found/page.js"
|
||||
"static/chunks/app/community/page.js"
|
||||
],
|
||||
"/community/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/community/layout.js"
|
||||
],
|
||||
"/usecases/page": [
|
||||
"static/chunks/webpack.js",
|
||||
@@ -46,15 +56,20 @@
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/usecases/layout.js"
|
||||
],
|
||||
"/community/page": [
|
||||
"/community/versefest/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/community/page.js"
|
||||
"static/chunks/app/community/versefest/page.js"
|
||||
],
|
||||
"/community/layout": [
|
||||
"/community/blockchainweek1/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/community/layout.js"
|
||||
"static/chunks/app/community/blockchainweek1/page.js"
|
||||
],
|
||||
"/community/blockchainweek2/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/community/blockchainweek2/page.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user