mirror of
https://github.com/logos-storage/metrics.git
synced 2026-01-07 16:03:08 +00:00
added title and seo
This commit is contained in:
parent
130cac1280
commit
4a57d8668f
@ -37,6 +37,7 @@ import {
|
|||||||
DialogTitle,
|
DialogTitle,
|
||||||
DialogTrigger,
|
DialogTrigger,
|
||||||
} from "@/components/ui/dialog";
|
} from "@/components/ui/dialog";
|
||||||
|
import Head from "next/head";
|
||||||
|
|
||||||
// Initialize Supabase client
|
// Initialize Supabase client
|
||||||
const supabase = createClient(
|
const supabase = createClient(
|
||||||
@ -215,6 +216,17 @@ export default function Dashboard() {
|
|||||||
const totalPeerPages = getPageCount(displayPeerIds.length);
|
const totalPeerPages = getPageCount(displayPeerIds.length);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
|
<Head>
|
||||||
|
<title>Codex Metrics</title>
|
||||||
|
<meta name="description" content="Real-time metrics dashboard for Codex testnet nodes, displaying network statistics, version distribution, and geographic data." />
|
||||||
|
<meta property="og:title" content="Codex Metrics" />
|
||||||
|
<meta property="og:description" content="Real-time metrics dashboard for Codex testnet nodes, displaying network statistics, version distribution, and geographic data." />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="icon" href="/logo.svg" />
|
||||||
|
</Head>
|
||||||
|
|
||||||
<div className="min-h-screen bg-gradient-to-bl from-black to-[#222222] text-white overflow-x-hidden">
|
<div className="min-h-screen bg-gradient-to-bl from-black to-[#222222] text-white overflow-x-hidden">
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<motion.header
|
<motion.header
|
||||||
@ -611,5 +623,6 @@ export default function Dashboard() {
|
|||||||
)}
|
)}
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user