Static GitHub Issues

[1703] Dynamic routes along with manually created?

prev: How can I add CORS to nuxt?
next: Help Needed : Loading order incorrect with prefetch and preload, delayed boot time

Hello. I am trying to use manually created pages/routes along with dynamically generated, but seems like it is not working.

Is there any option to use Nuxt like this:

wtf

wtf route doesn't work on articles/wtf/ endpoint. Only the routes that comes from API in _section is working.

Since I can't find proper way to insert components in dynamic routes (that fetch data and then v-html it from API), I want to have an opportunity sometimes create manually rich pages, where I can use components etc, and not being dependent on v-for and v-html schemes.

How to achieve that?

<!--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/c1526">#c1526</a>)</em></sub></div>