[Vuejs]-Remove Trailing slash on Nuxt application

0👍

It might be Nuxt doing its own internal redirection. Nuxt decides to add a slash when you have the same name folder in the static folder as you page filename.

So if you have /static/blog, try renaming it to something else.

If this is not the case, I would suspect the server is doing the redirection.

Leave a comment