Add favicon to head tag (#12)

This commit is contained in:
jiwonz 2024-07-24 20:36:15 +09:00 committed by GitHub
parent 6d2c1f692e
commit ff0152ecab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" />
</>
)
} }