Skip to content

Commit c172b91

Browse files
Update title and meta tags for Enterprise Github Downfall
Updates web page text
1 parent 0551183 commit c172b91

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/pages/index.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,25 +97,25 @@ const peakMonth = months.reduce((best, m) => m.count > best.count ? m : best, mo
9797
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
9898
<meta name="viewport" content="width=device-width" />
9999
<meta name="generator" content={Astro.generator} />
100-
<title>Github Downfall</title>
101-
<meta name="description" content="Track Github's incidents and downtime" />
102-
<meta property="og:title" content="Github Downfall" />
103-
<meta property="og:description" content="Track Github's incidents and downtime" />
100+
<title>Enterprise Github Downfall</title>
101+
<meta name="description" content="Track Enterprise Github's incidents and downtime" />
102+
<meta property="og:title" content="Enterprise Github Downfall" />
103+
<meta property="og:description" content="Track Enterprise Github's incidents and downtime" />
104104
<meta property="og:type" content="website" />
105105
<meta property="og:image" content={new URL(`/og.png?v=${ogV}`, Astro.url).href} />
106106
<meta property="og:image:width" content="1200" />
107107
<meta property="og:image:height" content="630" />
108108
<meta name="twitter:card" content="summary_large_image" />
109-
<meta name="twitter:title" content="Github Downfall" />
110-
<meta name="twitter:description" content="Track Github's incidents and downtime" />
109+
<meta name="twitter:title" content="Enterprise Github Downfall" />
110+
<meta name="twitter:description" content="Track Enterprise Github's incidents and downtime" />
111111
<meta name="twitter:image" content={new URL(`/og.png?v=${ogV}`, Astro.url).href} />
112112
<meta name="twitter:image:width" content="1200" />
113113
<meta name="twitter:image:height" content="630" />
114114
</head>
115115
<body class="min-h-screen bg-gray-950 text-gray-200 px-4 py-6 md:p-12 font-sans">
116116
<header class="max-w-7xl mx-auto mb-8">
117-
<h1 class="text-2xl sm:text-3xl font-bold tracking-tight text-white">Github Downfall</h1>
118-
<p class="mt-1 text-sm text-gray-400">Track Github's incidents and downtime</p>
117+
<h1 class="text-2xl sm:text-3xl font-bold tracking-tight text-white">Enterprise Github Downfall</h1>
118+
<p class="mt-1 text-sm text-gray-400">Track Enterprise Github's incidents and downtime</p>
119119
<p class="mt-1 text-xs text-gray-500">{incidents.length} incidents recorded since Jan 2025</p>
120120
</header>
121121

0 commit comments

Comments
 (0)