From: Eduardo San Martin Morote Date: Mon, 10 May 2021 14:39:20 +0000 (+0200) Subject: docs: fix icon in safari X-Git-Tag: v2.0.0-alpha.17~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f21971bb13193d0e604360f2466385d57dd8bb5;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix icon in safari --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index b0a526d9..a7058d5a 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -30,6 +30,7 @@ module.exports = { description: 'The Vue Store that you will enjoy using', head: [ ['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }], + ['link', { rel: 'icon', type: 'image/png', href: '/logo.png' }], [ 'meta', { diff --git a/docs/public/logo.png b/docs/public/logo.png new file mode 100644 index 00000000..e9020207 Binary files /dev/null and b/docs/public/logo.png differ