Skip to content

Commit

Permalink
Add simple favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mz8i committed Nov 18, 2024
1 parent c7f6b2c commit 96254b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/+Head.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// https://vike.dev/Head

import logoUrl from '../assets/logo.svg';
import { makeFilePath } from '@/lib/href';

export default function HeadDefault() {
return (
<>
<link rel="icon" href={logoUrl} />
<link rel="icon" href={makeFilePath('/icon.png')} />
</>
);
}

0 comments on commit 96254b0

Please sign in to comment.