Openstatus www.openstatus.dev

๐ŸŒ seo improvment (#1390)

* ๐ŸŒ seo improvment

* seo

* ci: apply automated fixes

* ๐Ÿ”ฅ

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

authored by

Thibault Le Ouay
autofix-ci[bot]
and committed by
GitHub
86f6944b 84b500cc

+6 -6
+5 -5
apps/status-page/src/app/metadata.ts
··· 1 1 import type { Metadata } from "next"; 2 2 3 - export const TITLE = "openstatus"; 3 + export const TITLE = "Theme explorer by openstatus"; 4 4 export const DESCRIPTION = 5 - "Use community themes for your status page or contribute your own."; 5 + "Easily customize your status page using our built-in themes. Explore our themes and contribute new ones to the community."; 6 6 7 - const OG_TITLE = "Theme Store"; 7 + const OG_TITLE = "Theme explorer"; 8 8 const OG_DESCRIPTION = 9 - "Use community themes for your status page or contribute your own."; 9 + "Explore our themes for your status page and contribute new ones to the community."; 10 10 const FOOTER = "themes.openstatus.dev"; 11 - const IMAGE = "assets/og/status-page.png"; 11 + const IMAGE = "assets/og/dashboard-v2.png"; 12 12 13 13 export const defaultMetadata: Metadata = { 14 14 title: {
+1 -1
apps/status-page/src/lib/community-themes/supabase.ts
··· 3 3 export const SUPABASE = { 4 4 id: "supabase", 5 5 name: "Supabase", 6 - author: { name: "@___", url: "#" }, 6 + author: { name: "@supabase", url: "https://supabase.com/" }, 7 7 light: { 8 8 "--background": "oklch(99.11% 0 0)", 9 9 "--foreground": "oklch(20.46% 0 0)",