diff --git a/modules/server/MainController.js b/modules/server/MainController.js index ae26f13..560eb59 100644 --- a/modules/server/MainController.js +++ b/modules/server/MainController.js @@ -39,6 +39,8 @@ export const sendHomePage = (req, res, next) => { if (error) { next(error) } else { + res.set('Cache-Control', 'public, max-age=60') + res.send( DOCTYPE + renderToStaticMarkup() )