Add mastodon verification (#3843)

This commit is contained in:
Anbraten 2024-06-26 20:54:12 +02:00 committed by GitHub
parent a5ee50619a
commit ea8976bf88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,15 @@ const config: Config = {
organizationName: 'woodpecker-ci',
projectName: 'woodpecker-ci.github.io',
trailingSlash: false,
headTags: [
{
tagName: 'link',
attributes: {
href: 'https://floss.social/@WoodpeckerCI',
rel: 'me',
},
},
],
themeConfig: {
navbar: {
title: 'Woodpecker',