Skip to content

Commit

Permalink
fix: content
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Feb 26, 2024
1 parent 012d9a1 commit 53f5e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HeadConfig, defineConfig } from "vitepress";
import { defineConfig } from "vitepress";

// https://vitepress.dev/reference/site-config
export default defineConfig({
Expand All @@ -25,7 +25,7 @@ export default defineConfig({
"meta",
{
property: "og:image",
content: "/content.png",
content: "https://gronxb.github.io/webview-bridge/content.png",
},
],
["meta", { name: "twitter:card", content: "summary_large_image" }],
Expand All @@ -49,7 +49,7 @@ export default defineConfig({
"meta",
{
name: "twitter:image",
content: "/content.png",
content: "https://gronxb.github.io/webview-bridge/content.png",
},
],
["link", { rel: "icon", href: "/favicon.ico" }],
Expand Down

0 comments on commit 53f5e00

Please sign in to comment.