From c56ef7d416a9ad3422f068dc851c6dcdf603fdd9 Mon Sep 17 00:00:00 2001 From: nizune <9-nizune@users.noreply.gitlab.insrt.uk> Date: Thu, 8 Jul 2021 12:54:43 +0200 Subject: [PATCH] Changed mono icon to svg --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 71adaa0a..f46eb664 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ }, { "src": `/assets/icons/monochrome.svg`, - "type": "image/png", + "type": "image/svg", "sizes": "48x48", "purpose": "monochrome" },