8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
|
---
|
||
|
permalink: .htaccess
|
||
|
eleventyExcludeFromCollections: true
|
||
|
---
|
||
|
|
||
|
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|js|css|woff2)$">
|
||
|
Header set Cache-Control "max-age=31536000, public"
|
||
|
</FilesMatch>
|