1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(website): add netlify badge at the footer

This commit is contained in:
Andrey Nering
2025-08-09 18:42:19 -03:00
parent b35a93d999
commit 7cd5be9c3c

View File

@@ -280,6 +280,11 @@ export default defineConfig({
{ icon: 'x', link: 'https://twitter.com/taskfiledev' },
{ icon: 'bluesky', link: 'https://bsky.app/profile/taskfile.dev' },
{ icon: 'mastodon', link: 'https://fosstodon.org/@task' }
]
],
footer: {
message:
'<div style="display: flex; justify-content: center; width: 100%;"><a target="_blank" href="https://www.netlify.com"><img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" /></a></div>'
}
}
});