diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/.htaccess | 3 |
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 |
