From 2a7c58f22aa4a9aca36b7569b7deaf027e4bf4c2 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 1 Apr 2022 18:43:10 +0200 Subject: [PATCH] chore(docs): update meta img --- docs/src/.vuepress/head.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/.vuepress/head.ts b/docs/src/.vuepress/head.ts index f226b9ae..c0c820e0 100644 --- a/docs/src/.vuepress/head.ts +++ b/docs/src/.vuepress/head.ts @@ -1,7 +1,7 @@ const meta = { title: '🌊 Vue Flow - A Vue3 Flowchart library', description: 'Visualize your ideas with Vue Flow, a highly customizable Vue3 Flowchart library.', - img: 'https://images.prismic.io/bcakmakoglu/7cca6d1f-2d05-4ed6-a0a9-af9df54943ac_vue-flow.png', + img: 'https://images.prismic.io/bcakmakoglu/8fbdad18-3cd4-46a9-83cf-dbd9fbf60484_vue-flow.png?auto=compress,format', url: 'https://vueflow.dev/', }