mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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,
|
||||
http2: {
|
||||
push: false,
|
||||
shouldPush: null
|
||||
shouldPush: null,
|
||||
pushAssets: null
|
||||
},
|
||||
static: {
|
||||
prefix: true
|
||||
|
Loading…
Reference in New Issue
Block a user