Skip to content

Commit

Permalink
Add favicon to head tag (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonz authored Jul 24, 2024
1 parent 6d2c1f6 commit ff0152e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ export default {
/>
</>
),
head: (
<>
<link rel="icon" href="https://github.com/lune-org/lune/raw/main/assets/logo/tilt.png" type="image/png" />
</>
)
}

0 comments on commit ff0152e

Please sign in to comment.