Openstatus www.openstatus.dev

fix: title (#1535)

authored by

Maximilian Kaske and committed by
GitHub
39d42b34 97994357

+1 -1
+1 -1
apps/status-page/src/app/metadata.ts
··· 1 1 import type { Metadata } from "next"; 2 2 3 - export const TITLE = "Status Page Themes"; 3 + export const TITLE = "Status Page"; 4 4 export const DESCRIPTION = 5 5 "Status page customization with built-in themes. Explore all themes and contribute your own theme."; 6 6