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:
@@ -280,6 +280,11 @@ export default defineConfig({
|
|||||||
{ icon: 'x', link: 'https://twitter.com/taskfiledev' },
|
{ icon: 'x', link: 'https://twitter.com/taskfiledev' },
|
||||||
{ icon: 'bluesky', link: 'https://bsky.app/profile/taskfile.dev' },
|
{ icon: 'bluesky', link: 'https://bsky.app/profile/taskfile.dev' },
|
||||||
{ icon: 'mastodon', link: 'https://fosstodon.org/@task' }
|
{ 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>'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user