Skip to content

Commit c70f325

Browse files
committed
update opengraph
1 parent bb68588 commit c70f325

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { defineConfig } from "vitepress";
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
title: "Protomaps Docs",
6-
head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]],
6+
head: [
7+
["link", { rel: "icon", type: "image/png", href: "/favicon.png" }],
8+
["meta", { property: "og:image", content: "https://protomaps.com/docs_opengraph.jpg" }]
9+
],
710
description: "Technical Documentation for Protomaps",
811
cleanUrls: true,
912
markdown: {

0 commit comments

Comments
 (0)