Generating is putting index.vue on every route
[issue link]Nuxt: 1.0.0-rc11
Vuetify: 0.16.4
repo: https://github.com/Coletrane/mountain-bike-virginia/
When I $ nuxt generate, visit a deep link, it renders <div class="blog"> at the top, then the actual route’s content as if it was in a slot, with index.vue’s content.
$ nuxt dev mode doesn’t complain about the server and client side rendering being out of sync when I visit deep links.
What am I missing?