datagouv / front-end

0 stars 0 forks source link

Add minimal error page #143

Closed maudetes closed 1 hour ago

maudetes commented 2 hours ago

Deal with 404 and display generic message for other errors.

Inspired by minimal example in https://nuxt.com/docs/examples/advanced/error-handling and https://masteringnuxt.com/blog/custom-error-pages-in-nuxt3. Did not deal with a clearError button yet.