I created a Nuxt.js site configured for static deploy. The settings are all right using yarn generate
to build the site and dist
for the publish directory. The build runs fine, nothing spurious in the output but when I try to access the site I just get a 404.
Any hints how to debug this?
Thanks!