mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
9 lines
473 B
TypeScript
9 lines
473 B
TypeScript
|
export const SITE_NAME = "Plane";
|
||
|
export const SITE_TITLE = "Plane | Accelerate software development with peace.";
|
||
|
export const SITE_DESCRIPTION =
|
||
|
"Plane accelerated the software development by order of magnitude for agencies and product companies.";
|
||
|
export const SITE_KEYWORDS =
|
||
|
"software development, plan, ship, software, accelerate, code management, release management";
|
||
|
export const SITE_URL = "http://localhost:3000/";
|
||
|
export const TWITTER_USER_NAME = "caravel";
|