···1818 <title>OpenStatus Documentation</title>
1919 <meta
2020 name="description"
2121- content="An Open Source alternative for your next Status Page"
2121+ content="An Open Source monitoring platform for serverless"
2222 />
2323 <meta property="og:image" content="https://openstatus.dev/api/og" />
2424 </>
+1-1
apps/web/src/app/api/og/route.tsx
···1212};
13131414const TITLE = "OpenStatus";
1515-const DESCRIPTION = "An Open Source Alternative for your next Status Page";
1515+const DESCRIPTION = "An Open Source monitoring platform for serverless";
1616const LIMIT = 40;
17171818const interRegular = fetch(
+1-2
apps/web/src/app/shared-metadata.ts
···11const TITLE = "OpenStatus";
22-const DESCRIPTION =
33- "Open-Source uptime monitoring with beautiful status pages.";
22+const DESCRIPTION = "Open-Source monitoring for serverless and APIs.";
4354export const defaultMetadata = {
65 title: TITLE,