diff --git a/client/nuxt.config.js b/client/nuxt.config.js index b50ad787..6a347c23 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -29,7 +29,8 @@ module.exports = { ], script: [], link: [ - { rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' } + { rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }, + { rel: 'apple-touch-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/ios_icon.png' } ] }, diff --git a/client/static/ios_icon.png b/client/static/ios_icon.png new file mode 100644 index 00000000..4deb595b Binary files /dev/null and b/client/static/ios_icon.png differ