aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 23:35:46 +0900
committerYasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com>2026-06-19 23:35:46 +0900
commitda4e7150af05123ff258feaddc980e5db6c03474 (patch)
treeac8f92e4367420e42e079fceec63fbb7cd82460e /astro.config.mjs
parent9294d4bab547a07eb17ed0ae28058462b7beaeca (diff)
「」を含む太字を &lt;strong&gt; タグに修正
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs8
1 files changed, 8 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index 8813fc6..76b6bec 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -166,6 +166,14 @@ export default defineConfig({
},
},
{
+ tag: "script",
+ attrs: {
+ defer: true,
+ src: "https://umami.yasutakeyohei.com/script.js",
+ "data-website-id": "75200d05-d977-4664-83f4-148e2a4f774b",
+ },
+ },
+ {
tag: "meta",
attrs: {
property: "og:image",