Skip to content

Commit 4bd64df

Browse files
committed
chore: Add og:image
1 parent f54e838 commit 4bd64df

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pages/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ import { defineConfig } from "vitepress";
44
export default defineConfig({
55
title: "Oxi",
66
description: "Modern systems programming language",
7-
head: [["link", { rel: "icon", href: "/oxi_logo.png" }]],
7+
head: [
8+
["link", { rel: "icon", href: "/oxi_logo.png" }],
9+
["meta", { property: "og:image", content: "/oxi_logo.png" }],
10+
],
811
themeConfig: {
912
nav: [{ text: "Documentation", link: "/docs/" }],
1013
socialLinks: [{ icon: "github", link: "https://github.com/septechx/oxi" }],

0 commit comments

Comments
 (0)