From 9edcbdac12f02fb6fbc6e1962adac64c4bb785c3 Mon Sep 17 00:00:00 2001 From: John Cleaver Date: Thu, 15 Apr 2021 16:47:51 -0400 Subject: [PATCH] Update favicon in config --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index f5b0d76..a975651 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,7 +14,7 @@ export default { { hid: 'description', name: 'description', content: '' } ], link: [ - { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } + { rel: 'icon', type: 'image/x-icon', href: '/favicon.png' } ] },