Skip to content

Commit

Permalink
use absolute route for favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
MarycieloParionaBernaola committed Jan 14, 2025
1 parent 6f97afb commit d7fbe06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>IDB Open Data LAC</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="./assets/images/icons/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://raw.githubusercontent.com/EL-BID/open-data-catalog/refs/heads/gh-pages/assets/images/icons/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap">
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="LfBpIfeRWBdM1DYNowdl6dNBHqD-hHK9AGYqTJeNruQ" />
Expand Down

0 comments on commit d7fbe06

Please sign in to comment.