mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 04:50:36 +00:00
Add favicon to head tag (#12)
This commit is contained in:
parent
6d2c1f692e
commit
ff0152ecab
1 changed files with 5 additions and 0 deletions
|
@ -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" />
|
||||||
|
</>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue