From 6994dc0e42533c31cc69efef6119d1a206cff27c Mon Sep 17 00:00:00 2001 From: Nightcat Date: Thu, 9 Dec 2021 13:25:05 -0500 Subject: Replace old logo Website is untested but should be fine. Thanks to afn, PickleNik, and everyone who gave feedback :] --- Website/nuxt.config.js | 1 + Website/pages/index.vue | 2 +- Website/static/favicon.ico | Bin 78446 -> 15406 bytes Website/static/logo.png | Bin 133856 -> 23409 bytes Website/static/logo.svg | 1 + 5 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Website/static/logo.svg (limited to 'Website') 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' } ] }, diff --git a/Website/pages/index.vue b/Website/pages/index.vue index 7f4f138..7e36bdc 100644 --- a/Website/pages/index.vue +++ b/Website/pages/index.vue @@ -1,7 +1,7 @@