antfu / vite-ssg

Static site generation for Vue 3 on Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`useHead` removes tags defined in `index.html`

DerYeger opened this issue · comments

Whenever I include useHead, the static meta tags defined in index.html are removed.
In addition, moving the tags of index.html to useHead causes almost all tags to be removed (including the previously working dynamic tags).

Repository: https://github.com/DerYeger/jan-mueller

This was an issue with v0.7.4 of @vueuse/head. Not related to vite-ssg.