From 955922318ef4b9fa03bb4558653902bda4a68938 Mon Sep 17 00:00:00 2001 From: nakaterm <104970808+nakaterm@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:43:10 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20e=20=E5=8F=8A=E3=81=B3=20og=20?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=20noindex=20=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/public/_headers | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/public/_headers b/client/public/_headers index a632347..2743d62 100644 --- a/client/public/_headers +++ b/client/public/_headers @@ -1,3 +1,9 @@ +https://itsuhima.utcode.net/e/* + X-Robots-Tag: noindex + +https://itsuhima.utcode.net/og/* + X-Robots-Tag: noindex + https://itsuhima-staging.utcode.net/* X-Robots-Tag: noindex From 5b83a02d86cf386e6a12a70abc92d51dc316d862 Mon Sep 17 00:00:00 2001 From: nakaterm <104970808+nakaterm@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:46:48 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20rotate=20=E3=81=A7=20fixed=20?= =?UTF-8?q?=E8=A6=81=E7=B4=A0=E3=81=8C=E3=81=9A=E3=82=8C=E3=81=A6=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=86=E3=81=AE=E3=81=A7=E8=A7=A3=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index f074431..cce2b31 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -102,8 +102,9 @@ body { font-family: var(--font-mplus); - /* Windows で M PLUS にジャギーが発生する問題の回避策 */ - transform: rotate(0.05deg); + /* TODO: Windows で M PLUS にジャギーが発生する問題の回避策が必要。 + transform: rotate(0.05deg) は fixed 要素の containing block になるため使用不可。 + 代替手段を検討すること。 */ } :root {