From 56ccca9c4f5542284b0531bb1b427a71ae7982fe Mon Sep 17 00:00:00 2001 From: Rishabh Gupta <38923768+imrishabh18@users.noreply.github.com> Date: Sat, 15 Jan 2022 22:16:33 +0530 Subject: docs: updated meta tags for rich text preview (#140) --- docs/.vitepress/config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 5341a114..d34fe318 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -99,6 +99,14 @@ export default defineConfig({ head: [ ['link', { rel: 'icon', href: '/logo.svg' }], ['meta', { name: 'theme-color', content: '#40af7c' }], + [ + 'meta', + { + name: 'og:description', + content: + 'Generate massive amounts of fake JSON data in the browser or node for testing and development. You can mock users, mock images, mock products, and mock transactions. You can also mock filesystem paths and folders!', + }, + ], ], themeConfig: { repo: 'faker-js/faker', -- cgit v1.2.3