From d7e1f3380c224570a4fe28281d235c5928162045 Mon Sep 17 00:00:00 2001 From: Aervyon Date: Fri, 9 Feb 2024 04:09:51 -0600 Subject: [PATCH] docs(SEO): Big opengraph image --- .vitepress/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vitepress/config.ts b/.vitepress/config.ts index af7ee5e..85f3295 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -84,6 +84,7 @@ export default defineConfig({ ['meta', {property: "og:site_name", content: "Folderr Documentation" }], ['meta', {property: "og_type", content: 'website'}], ['meta', {name: "theme-color", content: "#2ECC71"}], - ['meta', {property: "og:description", content: "Folderr | FOSS File Host and Link Shortener, and Related Projects"}] + ['meta', {property: "og:description", content: "Folderr | FOSS File Host and Link Shortener, and Related Projects"}], + ['meta', {name: "twitter:card", content: "summary_large_image"}] ] })