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 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 {