mirror of
https://github.com/go-task/task.git
synced 2025-01-08 04:04:08 +02:00
7c93741670
* feat: docusaurus v3 * feat: update release tool to stop it from converting links - this is now done use mdx plugins * fix: broken links * feat: more github links and prettier config * chore: changelog * fix: blog emoji
5 lines
242 B
TypeScript
5 lines
242 B
TypeScript
export const GITHUB_URL = 'https://github.com/go-task/task';
|
|
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
|
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
|
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|