forked from mirrors/homebox
fix favicon error
This commit is contained in:
parent
ff75daf6b3
commit
2e96d8c4c2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<NuxtLayout>
|
<NuxtLayout>
|
||||||
<Html lang="en" :data-theme="theme || 'homebox'" />
|
<Html lang="en" :data-theme="theme || 'homebox'" />
|
||||||
|
<Link rel="icon" type="image/svg" href="/favicon.svg"></Link>
|
||||||
<NuxtPage />
|
<NuxtPage />
|
||||||
</NuxtLayout>
|
</NuxtLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue