Skip to content

Commit dd1ec4c

Browse files
committed
fix: titleとdescriptionをVimConf 2025 Smallへ変更
1 parent cd9fcea commit dd1ec4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2025/src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import "../styles/global.css";
1212
1313
const { lang = "ja" } = Astro.props;
1414
15-
const title = "VimConf 2025";
16-
const description = "VimConf 2025";
15+
const title = "VimConf 2025 Small";
16+
const description = "VimConf 2025 Small";
1717
const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
1818
---
1919

0 commit comments

Comments
 (0)