Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 2e96d8c

Browse files
committed
fix favicon error
1 parent ff75daf commit 2e96d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app.vue

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<NuxtLayout>
33
<Html lang="en" :data-theme="theme || 'homebox'" />
4+
<Link rel="icon" type="image/svg" href="/favicon.svg"></Link>
45
<NuxtPage />
56
</NuxtLayout>
67
</template>

0 commit comments

Comments
 (0)