fix: dependency updates and the removal of hatsby-plugin-offline

This commit is contained in:
2023-04-19 09:15:11 +02:00
parent 0f7c99907f
commit 302c6d00e2
4 changed files with 544 additions and 1164 deletions

View File

@@ -69,7 +69,7 @@ RewriteCond %{REQUEST_FILENAME} !-f
<Files *.html>
FileETag None
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Cache-Control "public, max-age=0, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Thu, 1 Jan 1970 00:00:00 UTC"
</Files>