Skip to content

Commit 2d1159f

Browse files
committed
.
1 parent d58427e commit 2d1159f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

components/redirect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ export default function Redirect() {
236236
}
237237

238238

239-
240-
redirect('')
239+
240+
redirect('/')
241241
return (
242242
<main className='w-full'></main>
243243
)

data/navigator-page.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ export const NavigatorPage: {
44
id: string;
55
}[]
66
} = {
7+
"/": [
8+
{
9+
text: "Recruit",
10+
id: "recruit",
11+
},
12+
{
13+
text: "Research",
14+
id: "research",
15+
},
16+
{
17+
text: "Project",
18+
id: "project",
19+
},
20+
{
21+
text: "Publication",
22+
id: "publication",
23+
},
24+
{
25+
text: "Event",
26+
id: "event",
27+
},
28+
],
729
"/team": [
830
{
931
text: "Scholar",

0 commit comments

Comments
 (0)