Skip to content

Commit dd283c6

Browse files
committed
docs: add open graph social preview image
1 parent 1e00ed2 commit dd283c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/docs/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ import { defineConfig } from "vitepress";
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
title: "Embedding Atlas",
6-
description: "Documentation for embedding atlas.",
6+
description:
7+
"Interactive visualizations for large-scale embeddings. Effortlessly explore, filter, and search through rich metadata.",
78
head: [
89
["link", { rel: "icon", href: "/embedding-atlas/favicon.svg", media: "(prefers-color-scheme: light)" }],
910
["link", { rel: "icon", href: "/embedding-atlas/favicon_dark.svg", media: "(prefers-color-scheme: dark)" }],
11+
["meta", { property: "twitter:image", content: "/embedding-atlas/social.png" }],
12+
["meta", { property: "og:image", content: "/embedding-atlas/social.png" }],
1013
],
1114
themeConfig: {
1215
// https://vitepress.dev/reference/default-theme-config

packages/docs/public/social.png

298 KB
Loading

0 commit comments

Comments
 (0)