Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Feb 23, 2024
1 parent 2586df4 commit 0ead221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/CV.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const keywordList = cvKeywords.join(', ');
<meta name='author' content={author} />
<meta name='description' content={description} />
<meta name='keywords' content={keywordList} />
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
<link rel='icon' type='image/svg+xml' href='/favicon.svg' />
<link rel='icon' type='image/png' href='/favicon.png' />
<meta http-equiv='cache-control' content='max-age=0' />
<meta http-equiv='cache-control' content='no-cache' />
<meta http-equiv='expires' content='0' />
Expand Down

0 comments on commit 0ead221

Please sign in to comment.