updated links navigation
This commit is contained in:
@@ -6,10 +6,10 @@ export const headerData = {
|
|||||||
text: 'Home',
|
text: 'Home',
|
||||||
href: getPermalink('/'),
|
href: getPermalink('/'),
|
||||||
},
|
},
|
||||||
{ text: 'About', href: getPermalink('/en/about')},
|
{ text: 'About', href: getPermalink('/en/#about')},
|
||||||
{ text: 'Resume', href: getPermalink('/en/resume') },
|
{ text: 'Resume', href: getPermalink('/en/#resume') },
|
||||||
{ text: 'Certifications', href: getPermalink('/en/Certifications') },
|
{ text: 'Certifications', href: getPermalink('/en/#Certifications') },
|
||||||
{ text: 'Skills', href: getPermalink('/en/skills') },
|
{ text: 'Skills', href: getPermalink('/en/#skills') },
|
||||||
{ text: 'Blog', href: getPermalink('/blog') },
|
{ text: 'Blog', href: getPermalink('/blog') },
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user