I'm trying to change Static genereted .html files from nuxt generate
For example - my folder structure looks like this:
-| pages/
----| home
------| home.vue
----| about
------| about.vue
...
Output:
-| dist/
----| home
------| home
--------| index.html
----| about
------| about
--------| index.html
...
I would like to achive something like this below:
-| dist/
----| home
------| home.html
----| about
------| about.html
...
<!--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/c849">#c849</a>)</em></sub></div>