diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
| commit | 68920b9cc231325f5b20154eaeff9608392b3643 (patch) | |
| tree | 443152ce04a853759ace4085e2cf6ea80c45251e /src/plugins | |
| parent | 4319637bebc8dc034dc492913e70d21e3155463c (diff) | |
og-image.ts: パンくずの委員会・請願のラベル置換を追加
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/og-image.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/og-image.ts b/src/plugins/og-image.ts index c1eeb5c..01da59a 100644 --- a/src/plugins/og-image.ts +++ b/src/plugins/og-image.ts @@ -33,6 +33,7 @@ export default function ogImageIntegration(): AstroIntegration { // Fix breadcrumb: replace directory slug with Japanese label html = html.replace(/>about-dyslexia</g, `>ディスレクシアについて<`); + html = html.replace(/>iinkai</g, `>委員会・請願<`); fs.writeFileSync(htmlPath, html, "utf-8"); } |
