mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +00:00
refactor: add true as default value of static.prefix
This commit is contained in:
parent
a81af22d41
commit
e60a8e7463
@ -299,7 +299,9 @@ Options.defaults = {
|
|||||||
push: false,
|
push: false,
|
||||||
shouldPush: null
|
shouldPush: null
|
||||||
},
|
},
|
||||||
static: {},
|
static: {
|
||||||
|
prefix: true
|
||||||
|
},
|
||||||
gzip: {
|
gzip: {
|
||||||
threshold: 0
|
threshold: 0
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user