1 Commits

Author SHA1 Message Date
66ed33343c Ignore HTTP errors for now. 2026-03-15 20:12:08 +00:00

View File

@@ -9,7 +9,11 @@ const config = {
fallback: 'index.html',
precompress: 'true',
strict: 'true'
})
}),
prerender: {
// Temporary option during testing
handleHttpError: 'ignore'
}
}
};