Skip to content

Commit

Permalink
fffff
Browse files Browse the repository at this point in the history
  • Loading branch information
An-JIeun committed Apr 2, 2024
1 parent b93bead commit 3771ffe
Show file tree
Hide file tree
Showing 93 changed files with 155 additions and 307 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ function getOGTag(pageData) {
]);
pageData.frontmatter.head.push([
"meta",
{ property: "twitter:card", content: pageData.frontmatter.description },
{ name: "twitter:card", content: pageData.frontmatter.description },
]);
pageData.frontmatter.head.push([
"meta",
{ property: "twitter:title", content: pageData.frontmatter.title },
{ name: "twitter:title", content: pageData.frontmatter.title },
]);
pageData.frontmatter.head.push([
"meta",
{ property: "twitter:description", content: pageData.frontmatter.description },
{ name: "twitter:description", content: pageData.frontmatter.description },
]);

const metaData = {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/dist/404.html

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3771ffe

Please sign in to comment.