We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd11a commit 68aa50eCopy full SHA for 68aa50e
extend.webpack.config.js
@@ -15,12 +15,12 @@ module.exports = {
15
// endDate: new Date('2020-3-01')
16
// }
17
runtime: {
18
- prefetchConfig: {
19
- // '4g': 0.15,
20
- // '3g': 0.3,
21
- // '2g': 0.45,
22
- // 'slow-2g': 0.6
23
- },
+ // prefetchConfig: {
+ // '4g': 0.15,
+ // '3g': 0.3,
+ // '2g': 0.45,
+ // 'slow-2g': 0.6
+ // },
24
delegate: false
25
},
26
routeProvider() {
routes.json
@@ -11,9 +11,9 @@
11
"/about": {
12
"/": 20,
13
"/media": 80,
14
- "/about/child": 30,
- "/about/child/a": 30,
- "/about/child/b": 5
+ "/about/child": 2,
+ "/about/child/a": 2,
+ "/about/child/b": 1
"/media": {
"/": 33,
0 commit comments