We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb68588 commit c70f325Copy full SHA for c70f325
.vitepress/config.mts
@@ -3,7 +3,10 @@ import { defineConfig } from "vitepress";
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
title: "Protomaps Docs",
6
- head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]],
+ head: [
7
+ ["link", { rel: "icon", type: "image/png", href: "/favicon.png" }],
8
+ ["meta", { property: "og:image", content: "https://protomaps.com/docs_opengraph.jpg" }]
9
+ ],
10
description: "Technical Documentation for Protomaps",
11
cleanUrls: true,
12
markdown: {
0 commit comments