Getting 'Not Found' for static Nuxt.js site

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!

Nevermind. It was due to a lack of understanding how static site generation works in Nuxt. There was simply no index page being generated, so no surprise here.

1 Like