Custom 404 page instead of "Your slicezone is empty" nuxtjs

Hi Marco,

So this message is only displayed in development mode as described here:

So it will only redirect to the default 404 in production mode. You can also create a custom 404 as described here:

The linkresolver is only used to direct to existing Prismic pages, but the routes must match the page structure of your project.

Let me know if you have any further questions.

Thanks.