1
0
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:
Chung Leong
2019-01-14 23:02:58 +01:00
parent 1b46bd24ef
commit 36b3f5ff2a
32 changed files with 8998 additions and 1645 deletions

View File

@@ -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) {