From cc72532b85b905bbbc639497d43d6884b03836a5 Mon Sep 17 00:00:00 2001 From: DiamondGotCat Date: Tue, 8 Apr 2025 13:49:05 +0900 Subject: [PATCH] =?UTF-8?q?[=E6=97=A5=E6=9C=AC=E8=AA=9E=E5=AF=BE=E5=BF=9C]?= =?UTF-8?q?=20en=E3=81=8B=E3=82=89ja-JP=E3=81=B8=E3=81=AE=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=20(DiamondGotCat)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 一部のブラウザで翻訳のポップアップが表示される問題を修正しました。 --- src/components/seo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/seo.js b/src/components/seo.js index 2bca1e0..d844012 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -82,7 +82,7 @@ function SEO({ description, lang, meta, keywords, title }) { } SEO.defaultProps = { - lang: `en`, + lang: `ja-JP`, meta: [], keywords: [], };