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

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',