mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 = {
|
||||
dev: false,
|
||||
render: {
|
||||
resourceHints: false
|
||||
resourceHints: false,
|
||||
http2: {
|
||||
push: true
|
||||
}
|
||||
},
|
||||
build: {
|
||||
stats: false,
|
||||
|
Loading…
Reference in New Issue
Block a user