Hi, I have a question regarding long dynamic url slugs and cant seem to find any examples. In an example where route paths are created dynamically and stored on tha database, e.g /cars/models/types/interior/wheel/color etc.. where the route logic is known only after quering the database and can be changed at any point simply because the person that created the before mentioned slug wishes it to change for seo reasons to something entirely different and as a result cannot be a static route nor can it be a specific regex route as i have seen in examples e.g '/:slug/:id' etc...
Is this something can be done with nuxt along with some extra module without anything hackish? Even more so does one actually choose to use a SSR logic in such a case? In case anybody wondering why i would need that, think of an ecommerce that allows links to be written in any format for SEO and management as supported by a number of ecommerce platforms.
Thank you.
<!--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/c2478">#c2478</a>)</em></sub></div>