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>
|
||||
<NuxtLayout>
|
||||
<Html lang="en" :data-theme="theme || 'homebox'" />
|
||||
<Link rel="icon" type="image/svg" href="/favicon.svg"></Link>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue