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:
authorNightcat <mail@nightc.at>2021-12-09 21:25:05 +0300
committerNightcat <mail@nightc.at>2021-12-09 21:25:05 +0300
commit6994dc0e42533c31cc69efef6119d1a206cff27c (patch)
tree7d5950a1db90cec9c75b94c2870547a0d7d4cc7c /Website/nuxt.config.js
parent85dd78f41524cb0819235939802c3bf569da255c (diff)
Replace old logo
Website is untested but should be fine. Thanks to afn, PickleNik, and everyone who gave feedback :]
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' }
]
},