Ignore HTTP errors for now.

This commit is contained in:
2026-03-15 20:12:08 +00:00
parent 50e56159b7
commit 66ed33343c

View File

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