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' } ] },