I've generated a Nuxt website wuth yarn run generate
.
From the index /
, the title is updated when I go to another route. However when I reload the destination page, the title value becomes the one in /index.html
.
Do you know how to avoid this behavior?
Plus, it seems I can't add a hid
property to title
with vue-meta. Does it mean it replaces the default one automatically?