Files
go-task/website/.vitepress/meta.ts
2025-12-18 08:52:43 +01:00

7 lines
258 B
TypeScript

export const taskName = 'Task';
export const taskDescription =
'A fast, cross-platform build tool inspired by Make, designed for modern workflows.';
export const ogUrl = 'https://taskfile.dev/';
export const ogImage = 'https://taskfile.dev/img/logo.png';