We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9fcea commit dd1ec4cCopy full SHA for dd1ec4c
2025/src/layouts/Layout.astro
@@ -12,8 +12,8 @@ import "../styles/global.css";
12
13
const { lang = "ja" } = Astro.props;
14
15
-const title = "VimConf 2025";
16
-const description = "VimConf 2025";
+const title = "VimConf 2025 Small";
+const description = "VimConf 2025 Small";
17
const ogImageUrl = ufo.joinURL(BASE_URL, "og.png");
18
---
19
0 commit comments