Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Website/nuxt.config.js')
-rw-r--r--Website/nuxt.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Website/nuxt.config.js b/Website/nuxt.config.js
index 724f3ba..67efcaa 100644
--- a/Website/nuxt.config.js
+++ b/Website/nuxt.config.js
@@ -17,6 +17,7 @@ export default {
{ hid: 'theme-color', name: 'theme-color', content: '#ff0000' }
],
link: [
+ { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' },
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},