Skip to content

Commit 252f79c

Browse files
chore: fix title (#2221)
1 parent 8964cc3 commit 252f79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/lib/metadata/shared-metadata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { MDXData } from "@/content/utils";
22
import type { Metadata } from "next";
33

44
export const TITLE = "openstatus";
5-
export const HOMEPAGE_TITLE = "openstatus - The Compliance-First Status Page";
5+
export const HOMEPAGE_TITLE = "The Compliance-First Status Page";
66
export const DESCRIPTION =
77
"Ship your status page before your SOC 2 auditor asks for it. Communicate incidents, prove compliance readiness, and monitor uptime from 28 global regions. Open source and free to start.";
88

0 commit comments

Comments
 (0)