From de6df0c029f05275c16df5b50e82f2657e81a458 Mon Sep 17 00:00:00 2001 From: ipcintron Date: Fri, 16 Feb 2024 12:29:52 -0600 Subject: [PATCH] Forgot to modify nuxt.config.js --- client/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index e5e55974..6a347c23 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -30,7 +30,7 @@ module.exports = { script: [], link: [ { rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }, - { rel: 'apple-touch-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/icon256.png' } + { rel: 'apple-touch-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/ios_icon.png' } ] },