Skip to content

Commit 2fc0693

Browse files
authored
Merge pull request #188 from vim-jp/feature/fix-page-title
Small漏れを修正
2 parents cd9fcea + 749d4a0 commit 2fc0693

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

2025/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vimConf 2025
1+
# vimConf 2025 Small
22

33
## 💻 Development
44

2025/src/components/Sponsors/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
></path></svg
3333
>なぜ企業スポンサーが必要なのか?
3434
</h3><p class="leading-relaxed text-gray-700">
35-
VimConf
36-
2025は、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。
35+
VimConf 2025
36+
Smallは、普段なかなか顔を合わせられないVimmer同士が情熱を交わし、知見を共有するための貴重な場です。今年は、イベント継続の担保と柔軟な運営のため、必要な資金をスポンサー様のご支援で集める仕組みを採用します。
3737
</p>
3838
</div><div class="mb-6">
3939
<h3

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)