Create .htaccess file with Cache-Control
This commit is contained in:
parent
7d230eb196
commit
a05f357e4b
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
permalink: .htaccess
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|js|css|woff2)$">
|
||||
Header set Cache-Control "max-age=31536000, public"
|
||||
</FilesMatch>
|
Loading…
Reference in New Issue