Martins
Martins
I have an issue in version 3.2.3 where it does show 404 page when using this code: `throw createError({ statusCode: 404, fatal: true })`, but the actual server response status...
@BobbieGoede Well It seems that this package already does what i desire. and you can close this issue. But I will describe this with an example for next person to...
@BobbieGoede It seems that actually if the page is [[variation]].vue, it does not automatically remove it. What would be the workaround to what I have described in previous comment?
@BobbieGoede Yes, it would be great if we could do that. I will wait for any updates regarding this :)
Found a workaround with @BobbieGoede help. You can modify canonical link in a page when using `setI18nParams`. You just need to define `useHead` AFTER `setI18nParams`. Example: ``` setI18nParams({ en: {...
Any updates on this?