From 600f54c92b4a9173246e37ccbe13c6aaff4992ca Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Sun, 15 Jun 2025 14:26:59 +0200
Subject: Use proper astro url
---
src/pages/index.astro | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'src')
diff --git a/src/pages/index.astro b/src/pages/index.astro
index afc872e..21f7cd9 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -15,7 +15,6 @@ 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";
---
@@ -32,16 +31,16 @@ const url = "https://namehack.club";
-
+
-
+
-
+
--
cgit v1.3.1