Skip to content

Commit

Permalink
feat(link): mastodon verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Nov 30, 2023
1 parent d84227c commit d3a4900
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ export default defineConfigWithTheme<ThemeConfig>({
cleanUrls: true,
lastUpdated: true,
head: [
[
"meta",
{
name: "author",
content: "Octobug",
},
],
[
"link",
{
Expand All @@ -20,11 +27,12 @@ export default defineConfigWithTheme<ThemeConfig>({
},
],
[
"meta",
"link",
{
name: "author",
content: "Octobug",
},
name: "mastodon",
rel: "me",
href: "https://mastodon.online/@cyberwarmth",
}
],
...gaConfig
],
Expand Down

0 comments on commit d3a4900

Please sign in to comment.