@@ -9,7 +9,7 @@ import { LinkPreset } from './types/config'
99export const siteConfig : SiteConfig = {
1010 title : 'Hari' ,
1111 subtitle : 'Beginner of the Robotics' ,
12- lang : 'zh_CN ' , // 'en', 'zh_CN', 'zh_TW', 'ja'
12+ lang : 'en ' , // 'en', 'zh_CN', 'zh_TW', 'ja'
1313 themeColor : {
1414 hue : 250 , // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
1515 fixed : true , // Hide the theme color picker for visitors
@@ -36,7 +36,7 @@ export const navBarConfig: NavBarConfig = {
3636 LinkPreset . About ,
3737 {
3838 name : 'GitHub' ,
39- url : 'https://github.com/UoN-Hari ' , // Internal links should not include the base path, as it is automatically added
39+ url : 'https://github.com/hari-robotics ' , // Internal links should not include the base path, as it is automatically added
4040 external : true , // Show an external link icon and will open in a new tab
4141 } ,
4242 ] ,
@@ -62,7 +62,7 @@ export const profileConfig: ProfileConfig = {
6262 {
6363 name : 'GitHub' ,
6464 icon : 'fa6-brands:github' ,
65- url : 'https://github.com/UoN-Hari ' ,
65+ url : 'https://github.com/hari-robotics ' ,
6666 } ,
6767 ] ,
6868}
0 commit comments