Nuxt/test/fixtures/spa/nuxt.config.js

10 lines
107 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-10-07 09:07:52 +00:00
mode: 'spa',
transition: false,
2018-01-29 03:59:05 +00:00
render: {
http2: {
push: true
2018-01-29 03:59:05 +00:00
}
}
2017-10-07 09:07:52 +00:00
}