Fix broken links and configure build to handle link errors gracefully

This commit is contained in:
Jennie Robinson Faber 2025-11-15 19:44:58 +00:00
parent fe3d170dbe
commit 1a618c8898
9 changed files with 52 additions and 41 deletions

View file

@ -34,6 +34,7 @@ export default defineNuxtConfig({
},
prerender: {
routes: ["/", "/articles", "/articles/new"],
failOnError: false,
},
},