Skip to content

Commit

Permalink
add og
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Mar 17, 2024
1 parent fb4e9d0 commit 113726c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
["link", { rel: "icon", href: "/favicon.svg" }],
["link", { rel: "preload", href: "/fonts/inter.woff2", as: "font", type: "font/woff2", crossorigin: "" }],
["link", { rel: "preload", href: "/fonts/jb.woff2", as: "font", type: "font/woff2", crossorigin: "" }],
// ["meta", { name: "og:image", content: "/img/og.jpg" }],
["meta", { name: "og:image", content: "/img/og.jpg" }],
["meta", { name: "twitter:card", content: "summary_large_image" }]
],
themeConfig: {
Expand Down
Binary file added docs/public/img/og.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 113726c

Please sign in to comment.