@@ -18,43 +18,43 @@ import { Menu, X } from "@lucide/astro";
18
18
</div >
19
19
<nav class =" hidden items-center space-x-6 md:flex" >
20
20
<a
21
- href =" #cfp"
21
+ href =" /2025/ja #cfp"
22
22
class =" text-sm font-medium transition-colors hover:text-emerald-600"
23
23
>
24
24
プロポーザルの募集
25
25
</a >
26
26
<a
27
- href =" #keynote"
27
+ href =" /2025/ja #keynote"
28
28
class =" text-sm font-medium transition-colors hover:text-emerald-600"
29
29
>
30
30
基調講演
31
31
</a >
32
32
<a
33
- href =" #venue"
33
+ href =" /2025/ja #venue"
34
34
class =" text-sm font-medium transition-colors hover:text-emerald-600"
35
35
>
36
36
会場
37
37
</a >
38
38
<a
39
- href =" #about"
39
+ href =" /2025/ja #about"
40
40
class =" text-sm font-medium transition-colors hover:text-emerald-600"
41
41
>
42
42
概要
43
43
</a >
44
44
<a
45
- href =" #schedule"
45
+ href =" /2025/ja #schedule"
46
46
class =" text-sm font-medium transition-colors hover:text-emerald-600"
47
47
>
48
48
スケジュール
49
49
</a >
50
50
<a
51
- href =" #sponsors"
51
+ href =" /2025/ja #sponsors"
52
52
class =" text-sm font-medium transition-colors hover:text-emerald-600"
53
53
>
54
54
スポンサー
55
55
</a >
56
56
<a
57
- href =" #staff"
57
+ href =" /2025/ja #staff"
58
58
class =" text-sm font-medium transition-colors hover:text-emerald-600"
59
59
>
60
60
スタッフ
@@ -101,32 +101,32 @@ import { Menu, X } from "@lucide/astro";
101
101
<div class =" container mx-auto px-4 py-4" >
102
102
<nav class =" flex flex-col space-y-4" >
103
103
<a
104
- href =" #cfp"
104
+ href =" /2025/ja #cfp"
105
105
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
106
106
>プロポーザルの募集</a
107
107
>
108
108
<a
109
- href =" #keynote"
109
+ href =" /2025/ja #keynote"
110
110
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
111
111
>基調講演</a
112
112
><a
113
- href =" #venue"
113
+ href =" /2025/ja #venue"
114
114
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
115
115
>会場</a
116
116
><a
117
- href =" #about"
117
+ href =" /2025/ja #about"
118
118
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
119
119
>概要</a
120
120
><a
121
- href =" #schedule"
121
+ href =" /2025/ja #schedule"
122
122
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
123
123
>スケジュール</a
124
124
><a
125
- href =" #sponsors"
125
+ href =" /2025/ja #sponsors"
126
126
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
127
127
>スポンサー</a
128
128
><a
129
- href =" #staff"
129
+ href =" /2025/ja #staff"
130
130
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
131
131
>スタッフ</a
132
132
><a
0 commit comments