Skip to content

Commit ff0152e

Browse files
authored
Add favicon to head tag (#12)
1 parent 6d2c1f6 commit ff0152e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

theme.config.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ export default {
3434
/>
3535
</>
3636
),
37+
head: (
38+
<>
39+
<link rel="icon" href="https://github.com/lune-org/lune/raw/main/assets/logo/tilt.png" type="image/png" />
40+
</>
41+
)
3742
}

0 commit comments

Comments
 (0)