Openstatus www.openstatus.dev

chore: og image (#1481)

* chore: og image

* chore: description

authored by

Maximilian Kaske and committed by
GitHub
5de8e39f bc19d6de

+7 -11
+3 -2
apps/status-page/src/app/(public)/client.tsx
··· 211 211 <p> 212 212 You can contribute your own theme by creating a new file in the{" "} 213 213 <code>@openstatus.theme-store</code> package. You&apos;ll only need 214 - to override css variables. Make sure your object is satisfiying the{" "} 215 - <code>Theme</code> interface. 214 + to override css variables. If you are familiar with shadcn, you'll 215 + know the trick (it also allows you to override `--radius`). Make 216 + sure your object is satisfying the <code>Theme</code> interface. 216 217 </p> 217 218 <p> 218 219 Go to the{" "}
-5
apps/status-page/src/app/(public)/layout.tsx
··· 1 1 import { Link } from "@/components/common/link"; 2 2 import { ThemeProvider } from "@/components/themes/theme-provider"; 3 3 import { Toaster } from "@/components/ui/sonner"; 4 - import type { Metadata } from "next"; 5 4 import PlausibleProvider from "next-plausible"; 6 - 7 - export const metadata: Metadata = { 8 - title: "Theme Explorer", 9 - }; 10 5 11 6 export default async function Layout({ 12 7 children,
+4 -4
apps/status-page/src/app/metadata.ts
··· 2 2 3 3 export const TITLE = "openstatus"; 4 4 export const DESCRIPTION = 5 - "Easily customize your status page using our built-in themes. Explore our themes and contribute new ones to the community."; 5 + "Easily customize your status page using our built-in themes. Explore all themes and contribute new ones to the community."; 6 6 7 - const OG_TITLE = "Theme explorer"; 7 + const OG_TITLE = "Theme Explorer"; 8 8 const OG_DESCRIPTION = 9 - "Explore our themes for your status page and contribute new ones to the community."; 9 + "Explore all themes for your status page and contribute new ones to the community."; 10 10 const FOOTER = "themes.openstatus.dev"; 11 - const IMAGE = "assets/og/dashboard-v2.png"; 11 + const IMAGE = "assets/og/theme-explorer.png"; 12 12 13 13 export const defaultMetadata: Metadata = { 14 14 title: {
apps/web/public/assets/og/theme-explorer.png

This is a binary file and will not be displayed.