aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'public/.htaccess')
-rw-r--r--public/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess
index 11d018d..4f7954f 100644
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -1,3 +1,6 @@
+# WebPを正しいMIMEタイプで配信する(サーバー既定に無い場合の保険)
+AddType image/webp .webp
+
ErrorDocument 404 /404.html
RewriteEngine On