using vue-head with prerender-spa-plugin is causing title and meta tags to be displayed twice on netlify
问题 This issue only happens when live on netlify ( despite their prerender option turned off ), not while being served locally. the live site shows : <title>about | anonplayer about | anonplayer</title> title and meta tags are set using the vue-head package like so head: { title: { inner: "about | anonplayer", separator: ' ', }, ... and this happens for all routes of my single page app and also to meta tags where there are two sets of the tags I intended to have. looks like this I used the