Ignore HTTP errors for now.
This commit is contained in:
@@ -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'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user