From eebf8a10e67cb7cbb62bc75e2662af689b6ece4e Mon Sep 17 00:00:00 2001 From: James McMahon Date: Tue, 25 Jun 2024 13:29:50 +0100 Subject: [PATCH 1/2] Fix the favicon link --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 357d791..1ddeb6a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -31,7 +31,7 @@ export default { content: process.env.npm_package_description || "", }, ], - link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }], + link: [{ rel: "icon", type: "image/x-icon", href: "/static/favicon.ico" }], script: [ { src: "https://cdn.lordicon.com/libs/frhvbuzj/lord-icon-2.0.2.js", From d7bf6d3cca8673c0a7bdda96887d700da7726166 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Tue, 25 Jun 2024 13:48:19 +0100 Subject: [PATCH 2/2] Update nuxt.config.js --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1ddeb6a..c66cbe7 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -31,7 +31,7 @@ export default { content: process.env.npm_package_description || "", }, ], - link: [{ rel: "icon", type: "image/x-icon", href: "/static/favicon.ico" }], + link: [{ rel: "icon", type: "image/x-icon", href: "/_nuxt/favicon.ico" }], script: [ { src: "https://cdn.lordicon.com/libs/frhvbuzj/lord-icon-2.0.2.js",