titleTemplate with function not working
[issue link]The following in nuxt.config doesn’t work as expected:
titleTemplate: titleChunk => titleChunk ? `${titleChunk} - Nuxt.js` : 'Nuxt.js',
I think it might have something to do with the options not being brought into vue-meta properly ie. maybe options are being cloned in a way which removes functions?
PR with failing test: #1961