When I’m trying to open site with trailing slashes (example.com///) in the end I’m getting an error in the console, but I want to make redirect to example.com/
It's in my nuxt.js project which I deployed to Google App Engine. I searched and tried a lot but nothing helped.
Anyone knows how I can achieve this in nuxt.js or maybe I can do it in Google App Engine?
Thank you!