You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/layout.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ import { CursorFollower } from "@/components/features/cursor/cursor-follower";
12
12
constsiteUrl=process.env.SITE_URL;
13
13
14
14
consttitle="ALPHA HKU";
15
-
constdescription=
16
-
"The official website for the ALPHA University Chapter at the University of Hong Kong. Join us to connect with students and professionals in the business and technology fields.";
15
+
exportconstdescription=
16
+
"The first and only global student initiative based in Hong Kong for constructive peace and humanity. First international student chapter of ALPHA Education.";
Copy file name to clipboardExpand all lines: src/lib/config.ts
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
import{MetadataRoute}from"next";
2
2
import{isInternalHref}from"@/lib/utils";
3
+
importtype{Metadata}from"next";
3
4
4
5
typeNavItem={
5
6
href: string;
@@ -24,6 +25,9 @@ const mainNav: NavItem[] = [
24
25
constutilityNav: NavItem[]=[];
25
26
26
27
exportconstsiteConfig={
28
+
title: "ALPHA HKU",
29
+
description:
30
+
"The first and only global student initiative based in Hong Kong for constructive peace and humanity. First international student chapter of ALPHA Education.",
0 commit comments