aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRishabh Gupta <[email protected]>2022-01-15 22:16:33 +0530
committerGitHub <[email protected]>2022-01-15 11:46:33 -0500
commit56ccca9c4f5542284b0531bb1b427a71ae7982fe (patch)
tree0abab950a065bcc5c389181a0711f91f4ba32007 /docs
parent7dc1bc0609b7d7865835cabed86c30e239c357c8 (diff)
downloadfaker-56ccca9c4f5542284b0531bb1b427a71ae7982fe.tar.xz
faker-56ccca9c4f5542284b0531bb1b427a71ae7982fe.zip
docs: updated meta tags for rich text preview (#140)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/config.mjs8
1 files changed, 8 insertions, 0 deletions
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',