From de0255ecfbdc9d33e3a20c74c01bded9a24881ca Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 13 Jun 2025 09:23:35 +0200 Subject: Add more meta and OG --- src/pages/index.astro | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/pages/index.astro b/src/pages/index.astro index 9dfc1ee..f7479c4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,19 +8,41 @@ import "../styles/global.css"; const allNames = await getCollection("names"); const members = allNames.filter(name => name.data.candidate !== true); const candidates = allNames.filter(name => name.data.candidate === true); + +const title = "Domain Name Hack Club"; +const description = "An exclusive club of nerds that own the domain hack to their name"; +const url = "https://namehack.club"; ---
-