mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +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,
|
||||
shouldPush: null
|
||||
},
|
||||
static: {},
|
||||
static: {
|
||||
prefix: true
|
||||
},
|
||||
gzip: {
|
||||
threshold: 0
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user