mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix: Add render.http2.pushAssets default value
This commit is contained in:
parent
aa7b9da2bb
commit
e883c51cef
@ -8,7 +8,8 @@ export default () => ({
|
|||||||
ssr: undefined,
|
ssr: undefined,
|
||||||
http2: {
|
http2: {
|
||||||
push: false,
|
push: false,
|
||||||
shouldPush: null
|
shouldPush: null,
|
||||||
|
pushAssets: null
|
||||||
},
|
},
|
||||||
static: {
|
static: {
|
||||||
prefix: true
|
prefix: true
|
||||||
|
Loading…
Reference in New Issue
Block a user