Skip to content

Commit

Permalink
Merge pull request #145 from vespa-engine/ldalves/favicon
Browse files Browse the repository at this point in the history
Fix favicon
  • Loading branch information
yngveaasheim authored Feb 5, 2024
2 parents 60f02a4 + 1ee5325 commit f75ed1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vespaicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no" />
<title>Vespa Search</title>
</head>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/vespaicon.svg

This file was deleted.

0 comments on commit f75ed1b

Please sign in to comment.