]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix icon in safari
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 May 2021 14:39:20 +0000 (16:39 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 May 2021 14:39:20 +0000 (16:39 +0200)
docs/.vitepress/config.js
docs/public/logo.png [new file with mode: 0644]

index b0a526d9d4100bf641c2ed6043c1cd187e778a57..a7058d5a35cb5487cade50e99f374e2044279a4f 100644 (file)
@@ -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 (file)
index 0000000..e902020
Binary files /dev/null and b/docs/public/logo.png differ