Compare commits
1 Commits
v3.0.0-dev
...
v3.0.0-dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 66ed33343c |
@@ -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