mirror of
https://github.com/trambarhq/relaks-wordpress-example.git
synced 2025-09-02 12:42:38 +02:00
Fixed Nginx caching config.
Fixed error caused by HammerJS. Fixed issues with fontawesome. Fixed other issues impacting SSR.
This commit is contained in:
@@ -88,9 +88,8 @@ function handleTimestampRequest(req, res, next) {
|
||||
function handleError(err, req, res, next) {
|
||||
if (!res.headersSent) {
|
||||
res.type('text').status(400).send(err.message);
|
||||
} else {
|
||||
console.error(err);
|
||||
}
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
async function handlePurgeRequest(req, res) {
|
||||
|
Reference in New Issue
Block a user