✨ add favicon
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
264e42a22b
commit
e657f3d829
3 changed files with 3 additions and 0 deletions
3
app.vue
3
app.vue
|
@ -1,3 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
|
<head>
|
||||||
|
<link rel="icon" type="image/gif" href="/favicon.gif">
|
||||||
|
</head>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</template>
|
</template>
|
BIN
public/favicon.gif
Normal file
BIN
public/favicon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
Reference in a new issue