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 f54e838 commit 4bd64dfCopy full SHA for 4bd64df
1 file changed
pages/.vitepress/config.mts
@@ -4,7 +4,10 @@ import { defineConfig } from "vitepress";
4
export default defineConfig({
5
title: "Oxi",
6
description: "Modern systems programming language",
7
- head: [["link", { rel: "icon", href: "/oxi_logo.png" }]],
+ head: [
8
+ ["link", { rel: "icon", href: "/oxi_logo.png" }],
9
+ ["meta", { property: "og:image", content: "/oxi_logo.png" }],
10
+ ],
11
themeConfig: {
12
nav: [{ text: "Documentation", link: "/docs/" }],
13
socialLinks: [{ icon: "github", link: "https://github.com/septechx/oxi" }],
0 commit comments