mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
http2 push coverage
This commit is contained in:
parent
0c3abbb2db
commit
361d1d4236
5
test/fixtures/ssr/nuxt.config.js
vendored
5
test/fixtures/ssr/nuxt.config.js
vendored
@ -1,7 +1,10 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
dev: false,
|
dev: false,
|
||||||
render: {
|
render: {
|
||||||
resourceHints: false
|
resourceHints: false,
|
||||||
|
http2: {
|
||||||
|
push: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
stats: false,
|
stats: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user