From 6e12e40b2a4d58545b088f662a247fdf4355120d Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Sat, 19 Sep 2026 18:32:20 +0900 Subject: サイドバー・パンくず: メディア掲載ページを追加 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/og-image.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/og-image.ts b/src/plugins/og-image.ts index 01da59a..e9efbcb 100644 --- a/src/plugins/og-image.ts +++ b/src/plugins/og-image.ts @@ -34,6 +34,7 @@ export default function ogImageIntegration(): AstroIntegration { // Fix breadcrumb: replace directory slug with Japanese label html = html.replace(/>about-dyslexiaディスレクシアについて<`); html = html.replace(/>iinkai委員会・請願<`); + html = html.replace(/>mediaメディア掲載<`); fs.writeFileSync(htmlPath, html, "utf-8"); } -- cgit v1.3.1