Quentin Glorieux
Quentin Glorieux
Hi there, Here is my errors when trying to install for Vue3: code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found:...
Great, didnt know about the cache issue. Thx Q
Just a related question. Let's say I have opened a slug page after fetching with the content compoment. The if I reload the slug page I obtain an error 500...
> Looks like useMeta is now deprecated. > > Should probably be using the [useHead](https://v3.nuxtjs.org/getting-started/seo-meta#composable-usehead) composable instead. > > ``` > useMeta({ > title: page.value.title, > }) > ``` >...
Hi there, Thank you for the solution. Could you guide me a bit more on this ? I havent been abble to make it work for now. Best