Skip to content

Commit b70ae20

Browse files
committed
fix relative url icons
1 parent e11d6fc commit b70ae20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/ProfileIcons.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ export const HomepageLinks = [
1414
{
1515
label: 'Blog',
1616
icon: 'hugeicons:quill-write-02',
17-
target: 'https://andrepg.github.io/blog',
17+
target: '/blog',
1818
blank: ''
1919
},
2020
{
2121
label: 'Currículo',
2222
icon: 'hugeicons:briefcase-01',
23-
target: 'https://andrepg.github.io/curriculo',
23+
target: '/curriculo',
2424
blank: ''
2525
}
2626
];

0 commit comments

Comments
 (0)