diff --git a/src/.htaccess.njk b/src/.htaccess.njk index ea7ab520..cf0aeb73 100644 --- a/src/.htaccess.njk +++ b/src/.htaccess.njk @@ -4,6 +4,9 @@ eleventyExcludeFromCollections: true --- ErrorDocument 404 /404.html - + Header set Cache-Control "max-age=31536000, public" + + +Header set Cache-Control "no-cache, public" \ No newline at end of file