Change favicon.ico to favicon.jpg
This commit is contained in:
parent
97321492ba
commit
bb8f55a4f1
@ -4,7 +4,11 @@ useHead({
|
|||||||
meta: [
|
meta: [
|
||||||
{ name: 'description', content: 'Just a search engine for fun' },
|
{ name: 'description', content: 'Just a search engine for fun' },
|
||||||
{ name: 'lang', content: 'en'}
|
{ name: 'lang', content: 'en'}
|
||||||
]
|
],
|
||||||
|
|
||||||
|
link: [
|
||||||
|
{ rel: 'icon', type: 'image/jpeg', href: '/favicon.jpg' }
|
||||||
|
],
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
BIN
frontend/public/favicon.jpg
Normal file
BIN
frontend/public/favicon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 885 B |
Loading…
Reference in New Issue
Block a user