Skip to content

Commit

Permalink
Update og description
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Oct 9, 2024
1 parent d04cd6c commit a0c1a4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions storefront/src/ui/landing/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ export interface Props {
image?: ImageMetadata;
}
const defaultDescription =
"Supafana is hosted Grafana and Prometheus metrics and observability stack for Supabase";
const defaultTitle = "Supafana | Grafana for Supabase | Metrics and observability for Supabase";
"Supafana is hosted Grafana and Prometheus metrics, observability, and alerting stack for Supabase";
const defaultTitle =
"Supafana | Grafana for Supabase | Easy observability and alerting for Supabase";
const { canonicalURL: canonicalURL0 = Astro.url, image = defaultImage as any as ImageMetadata } =
Astro.props;
Expand Down

0 comments on commit a0c1a4f

Please sign in to comment.