1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-09 03:03:18 +00:00
Nuxt/test/fixtures/ssr/nuxt.config.js
2018-07-24 17:30:31 +01:00

9 lines
97 B
JavaScript

export default {
render: {
resourceHints: false,
http2: {
push: true
}
}
}