1
0
mirror of https://github.com/go-task/task.git synced 2025-11-29 22:48:03 +02:00

chore(website): added bluesky url to the footer

This commit is contained in:
Andrey Nering
2024-09-07 20:58:29 -03:00
parent ff2e0f846a
commit 888071e234
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export const GITHUB_URL = 'https://github.com/go-task/task';
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
export const BLUESKY_URL = 'https://bsky.app/profile/taskfile.dev';
export const MASTODON_URL = 'https://fosstodon.org/@task';
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';