fix favicon error

This commit is contained in:
Hayden 2023-02-12 15:14:11 -09:00
parent ff75daf6b3
commit 2e96d8c4c2
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -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>