sarabwt
Replacing square brackets in page names in dev mode
Is it possible to transform the page names in dev mode?
The specific use case is that I'm building an SPA and have a Java server that proxies to dev server, but square brackets in URL are invalid, so Java rejects the request. They have to be either encoded, or replaced inside
nuxt/pages
on dev server. However, I have no idea how to do that.6 replies