It would be awesome if we can set app.html template src in the config like we do with global css:
module.exports = {
template: 'app.html',
}
or
module.exports = {
template: {src: 'template/app.pug', lang: 'pug'},
}
In this way we can share template between multi nuxt apps.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1718">#c1718</a>)</em></sub></div>