From da4e7150af05123ff258feaddc980e5db6c03474 Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:35:46 +0900 Subject: 「」を含む太字を <strong> タグに修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 8813fc6..76b6bec 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -165,6 +165,14 @@ export default defineConfig({ type: "image/x-icon", }, }, + { + tag: "script", + attrs: { + defer: true, + src: "https://umami.yasutakeyohei.com/script.js", + "data-website-id": "75200d05-d977-4664-83f4-148e2a4f774b", + }, + }, { tag: "meta", attrs: { -- cgit v1.3.1