leilukin-site/src/.htaccess.njk

12 lines
301 B
Plaintext
Raw Normal View History

---
permalink: .htaccess
eleventyExcludeFromCollections: true
---
2024-07-28 12:16:16 +00:00
ErrorDocument 404 /404.html
2024-07-30 16:31:59 +00:00
<FilesMatch "\.(ico|svg|avif|webp|jpg|png|gif|woff2)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
<FilesMatch "\.(css|js)$">
Header set Cache-Control "no-cache, public"
</FilesMatch>