Skip to content

Commit

Permalink
✏️ Update favicon path (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejsdev authored May 20, 2024
1 parent 7da6c25 commit c15a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FastAPI Cloud</title>
<link rel="icon" type="image/x-icon" href="./src/assets/images/favicon.png" />
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit c15a9b9

Please sign in to comment.