Skip to content

Commit

Permalink
embed fix part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed May 20, 2024
1 parent 6b680ef commit acbe1b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ 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

0 comments on commit acbe1b6

Please sign in to comment.