2023-05-29 10:08:35 +00:00
|
|
|
export const SITE_NAME = "Plane | Simple, extensible, open-source project management tool.";
|
|
|
|
export const SITE_TITLE = "Plane | Simple, extensible, open-source project management tool.";
|
2022-11-19 14:21:26 +00:00
|
|
|
export const SITE_DESCRIPTION =
|
2023-05-29 10:08:35 +00:00
|
|
|
"Open-source project management tool to manage issues, sprints, and product roadmaps with peace of mind.";
|
2022-11-19 14:21:26 +00:00
|
|
|
export const SITE_KEYWORDS =
|
2023-05-29 10:08:35 +00:00
|
|
|
"software development, plan, ship, software, accelerate, code management, release management, project management, issue tracking, agile, scrum, kanban, collaboration";
|
|
|
|
export const SITE_URL = "https://app.plane.so/";
|
|
|
|
export const TWITTER_USER_NAME = "Plane | Simple, extensible, open-source project management tool.";
|