Hello, I have been using Nuxt to rapidly prototype ideas and I've been really enjoying the simplicity of it. However as of the breaking change to routes in 0.9.0 I am unsure if I can explicitly define my desired path anymore and I fear the simplicity has become somewhat of a limitation without the option for more fine-tuned control.
The examples provided indicate that pages prefixed with an underscore are directly transformed into the path, but what if I wish to have a more complex path regex? Prior to 0.9.0 I had a path along the lines of /(watch|play)/:id
, this wouldn't work using the folder structure.
Have I missed some information on this or is this simply no longer possible?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c60">#c60</a>)</em></sub></div>