Skip to content

Commit 5be5f62

Browse files
committed
feat: 新しいページが増えるにあわせて、リンクを修正
1 parent fd8406f commit 5be5f62

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

2025/src/components/Header.astro

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,43 +18,43 @@ import { Menu, X } from "@lucide/astro";
1818
</div>
1919
<nav class="hidden items-center space-x-6 md:flex">
2020
<a
21-
href="#cfp"
21+
href="/2025/ja#cfp"
2222
class="text-sm font-medium transition-colors hover:text-emerald-600"
2323
>
2424
プロポーザルの募集
2525
</a>
2626
<a
27-
href="#keynote"
27+
href="/2025/ja#keynote"
2828
class="text-sm font-medium transition-colors hover:text-emerald-600"
2929
>
3030
基調講演
3131
</a>
3232
<a
33-
href="#venue"
33+
href="/2025/ja#venue"
3434
class="text-sm font-medium transition-colors hover:text-emerald-600"
3535
>
3636
会場
3737
</a>
3838
<a
39-
href="#about"
39+
href="/2025/ja#about"
4040
class="text-sm font-medium transition-colors hover:text-emerald-600"
4141
>
4242
概要
4343
</a>
4444
<a
45-
href="#schedule"
45+
href="/2025/ja#schedule"
4646
class="text-sm font-medium transition-colors hover:text-emerald-600"
4747
>
4848
スケジュール
4949
</a>
5050
<a
51-
href="#sponsors"
51+
href="/2025/ja#sponsors"
5252
class="text-sm font-medium transition-colors hover:text-emerald-600"
5353
>
5454
スポンサー
5555
</a>
5656
<a
57-
href="#staff"
57+
href="/2025/ja#staff"
5858
class="text-sm font-medium transition-colors hover:text-emerald-600"
5959
>
6060
スタッフ
@@ -101,32 +101,32 @@ import { Menu, X } from "@lucide/astro";
101101
<div class="container mx-auto px-4 py-4">
102102
<nav class="flex flex-col space-y-4">
103103
<a
104-
href="#cfp"
104+
href="/2025/ja#cfp"
105105
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
106106
>プロポーザルの募集</a
107107
>
108108
<a
109-
href="#keynote"
109+
href="/2025/ja#keynote"
110110
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
111111
>基調講演</a
112112
><a
113-
href="#venue"
113+
href="/2025/ja#venue"
114114
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
115115
>会場</a
116116
><a
117-
href="#about"
117+
href="/2025/ja#about"
118118
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
119119
>概要</a
120120
><a
121-
href="#schedule"
121+
href="/2025/ja#schedule"
122122
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
123123
>スケジュール</a
124124
><a
125-
href="#sponsors"
125+
href="/2025/ja#sponsors"
126126
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
127127
>スポンサー</a
128128
><a
129-
href="#staff"
129+
href="/2025/ja#staff"
130130
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
131131
>スタッフ</a
132132
><a

0 commit comments

Comments
 (0)