Skip to content

Commit 0dc35a8

Browse files
committed
feat: Astroで生成したページであることを明示
1 parent 5ef8161 commit 0dc35a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2025/src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
2323
<slot name="header" />
2424
<meta charset="utf-8" />
2525
<meta name="viewport" content="width=device-width, initial-scale=1.0">
26+
<meta name="generator" content={Astro.generator} />
2627
<GoogleFontsOptimizer
2728
url="https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap"
2829
/>

0 commit comments

Comments
 (0)