Now with legal policies and services pages

This commit is contained in:
2026-03-09 17:12:03 -03:00
parent 66640fa535
commit 164ba69010
63 changed files with 3659 additions and 202 deletions

View File

@@ -12,6 +12,10 @@ const config = {
precompress: false,
strict: true,
}),
prerender: {
// Allow placeholder links to future pages (e.g. /seeded-cloud) without failing the build
handleHttpError: 'warn',
},
},
};