Compare commits

...

1 Commits

Author SHA1 Message Date
bb8f55a4f1 Change favicon.ico to favicon.jpg 2024-12-18 20:07:33 +01:00
3 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@ useHead({
meta: [
{ name: 'description', content: 'Just a search engine for fun' },
{ name: 'lang', content: 'en'}
]
],
link: [
{ rel: 'icon', type: 'image/jpeg', href: '/favicon.jpg' }
],
})
</script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
frontend/public/favicon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 885 B