diff --git a/server/handler.js b/server/handler.js index f093625d8..0a2858664 100644 --- a/server/handler.js +++ b/server/handler.js @@ -23,7 +23,7 @@ function Handler (route) { res.set({ 'Content-Type': 'text/html', 'Cache-Control': 'public, max-age=31536000', - 'Etag': 'W/"' + checksum + '"' + 'Etag': '"' + checksum + '"' }); res.send(output); };