mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Set prefetch to true by default
This commit is contained in:
parent
5102e819fe
commit
8f277af03b
@ -42,7 +42,7 @@ class Nuxt {
|
|||||||
},
|
},
|
||||||
performance: {
|
performance: {
|
||||||
gzip: true,
|
gzip: true,
|
||||||
prefetch: false
|
prefetch: true
|
||||||
},
|
},
|
||||||
build: {}
|
build: {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user