Openstatus www.openstatus.dev

๐ŸŒ (#303)

authored by

Thibault Le Ouay and committed by
GitHub
df9ebbb5 e9c156ce

+3 -4
+1 -1
apps/docs/theme.config.tsx
··· 18 18 <title>OpenStatus Documentation</title> 19 19 <meta 20 20 name="description" 21 - content="An Open Source alternative for your next Status Page" 21 + content="An Open Source monitoring platform for serverless" 22 22 /> 23 23 <meta property="og:image" content="https://openstatus.dev/api/og" /> 24 24 </>
+1 -1
apps/web/src/app/api/og/route.tsx
··· 12 12 }; 13 13 14 14 const TITLE = "OpenStatus"; 15 - const DESCRIPTION = "An Open Source Alternative for your next Status Page"; 15 + const DESCRIPTION = "An Open Source monitoring platform for serverless"; 16 16 const LIMIT = 40; 17 17 18 18 const interRegular = fetch(
+1 -2
apps/web/src/app/shared-metadata.ts
··· 1 1 const TITLE = "OpenStatus"; 2 - const DESCRIPTION = 3 - "Open-Source uptime monitoring with beautiful status pages."; 2 + const DESCRIPTION = "Open-Source monitoring for serverless and APIs."; 4 3 5 4 export const defaultMetadata = { 6 5 title: TITLE,