Skip to content

Commit

Permalink
Update meta tags in vite config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 31, 2024
1 parent 8e28142 commit 56f49fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export default defineConfig({
}],
["meta", { property: "og:site_name", content: "Nexterm" }],
["meta", { property: "og:image", content: "/thumbnail.png" }],
["meta", { property: "og:image:type", content: "image/png" }],
["meta", { property: "twitter:card", content: "summary_large_image" }],
["meta", { property: "twitter:image:src", content: "/thumbnail.png" }],
["meta", { property: "og:url", content: "https://docs.nexterm.dev" }],
],
themeConfig: {
Expand Down

0 comments on commit 56f49fd

Please sign in to comment.