Add ErrorDocument settings
This commit is contained in:
parent
a05f357e4b
commit
419cd232e1
|
@ -2,6 +2,7 @@
|
||||||
permalink: .htaccess
|
permalink: .htaccess
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
---
|
---
|
||||||
|
ErrorDocument 404 /404.html
|
||||||
|
|
||||||
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|js|css|woff2)$">
|
<FilesMatch "\.(ico|svg|avif|jpg|png|gif|js|css|woff2)$">
|
||||||
Header set Cache-Control "max-age=31536000, public"
|
Header set Cache-Control "max-age=31536000, public"
|
||||||
|
|
Loading…
Reference in New Issue