Somehow the links in the navigation do not have a trailing slash in the href, but when I refresh the page, it will automatically be appended to my url.
I tried to add nuxt seo that has a built-in feature to remove trailing slashes, but that didn't work. Also the document-driven trailing slash option is not doing anything here.
Where did you deploy your project?
I believe this is not related to Nuxt Content but to Nuxt and your deployment. Check out https://github.com/nuxt/nuxt/issues/15462
Environment
Reproduction
-
Describe the bug
Somehow the links in the navigation do not have a trailing slash in the
href
, but when I refresh the page, it will automatically be appended to my url.I tried to add nuxt seo that has a built-in feature to remove trailing slashes, but that didn't work. Also the document-driven trailing slash option is not doing anything here.
How to get rid of the trailing slash?
Additional context
No response
Logs
No response