I am not sure if this is an issue, or if I am doing something wrong (very likely).
I am using a dynamic href which resides in pages/our-fleet/index.
<a v-bind:href="machine.route"><img v-bind:src="machine.photoUsingRequire" alt="" /></a>
Pages folder looks like this:
pages
|
our-fleet
|
KVM-23-4.vue
index.vue
An href of "KVM-23-4" works in generated app deployed to Netlify, but gets a 404 in dev.
An href "our-fleet/KVM-23-4" works in server rendered in dev, but gets a 404 in generated app deployed to Netlify.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2159">#c2159</a>)</em></sub></div>