leilukin-site/src/.htaccess.njk

9 lines
218 B
Plaintext
Raw Normal View History

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