Skip to content

Commit

Permalink
embed fix take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed May 21, 2024
1 parent acbe1b6 commit 601cbac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ export default () => {
description: "The official site with documentation and guides related to Faithful.",
transformHead: ({ pageData }) => [
...metaTags,
[
"title",
{},
`${pageData.frontmatter.title} | Faithful Docs`
],
[
"meta",
{
Expand Down
7 changes: 0 additions & 7 deletions .vitepress/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ export default [
content: "website",
},
],
[
"meta",
{
property: "og:title",
content: "Faithful Docs",
},
],
[
"meta",
{
Expand Down

0 comments on commit 601cbac

Please sign in to comment.