We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11d6fc commit b70ae20Copy full SHA for b70ae20
1 file changed
data/ProfileIcons.ts
@@ -14,13 +14,13 @@ export const HomepageLinks = [
14
{
15
label: 'Blog',
16
icon: 'hugeicons:quill-write-02',
17
- target: 'https://andrepg.github.io/blog',
+ target: '/blog',
18
blank: ''
19
},
20
21
label: 'Currículo',
22
icon: 'hugeicons:briefcase-01',
23
- target: 'https://andrepg.github.io/curriculo',
+ target: '/curriculo',
24
25
}
26
];
0 commit comments