Skip to content

Commit

Permalink
Update en.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon authored Oct 31, 2024
1 parent 32c3f70 commit 8665713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitepress/.vitepress/config/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const META_DESCRIPTION = "Pot is a powerful cross-platform text selection
export const enConfig = {
description: META_DESCRIPTION,
head: [
["meta", { property: "keywords", content: META_KEYWORDS }],
["meta", { property: "description", content: META_DESCRIPTION }],
["meta", { name: "keywords", content: META_KEYWORDS }],
["meta", { name: "description", content: META_DESCRIPTION }],
["meta", { property: "og:url", content: META_URL }],
["meta", { property: "og:image", content: "/img/pot-social-card.png" }],
["meta", { property: "og:keywords", content: META_KEYWORDS }],
Expand Down

0 comments on commit 8665713

Please sign in to comment.