garrlker
Nuxt / renders index.vue locally but when deployed via Netlify returns 404
Hi, as the post says I'm having trouble seeing my default page render at
/
when deployed via Netlify
When I run the project locally everything works as expected
I'm using the Pages
directory atm and I made a index.vue
component
My project has ssr
set to false
and I'm runnin Nuxt as a SPA
Deployment: https://chirp-shot.netlify.app/
Code is set to private but here's my nuxt config
80 replies