I’m getting 404 status code on all pages. I’ve just made this website live:
https://electronictheatre.com/
And this is my first website on Netlify. This website is a nuxt js website. I did not realize the preview site was doing the site thing.
https://pedantic-austin-c7fb58.netlify.com/
I have not seen any build errors and I have not seen this locally with this when I run
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
Any idea why I'm getting these 404 status codes while the pages actually work?