From 2596ee05847403de8dba94cc792839a4ed963026 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Wed, 16 Sep 2026 16:50:26 +0900 Subject: public/.htaccess: WebPのMIMEタイプを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.htaccess | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.3.1