Home

Issue: 980

Changing file/folder in static

[issue link]

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
...
This question is available on Nuxt.js community (#c849)