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
---
astro.config.mjs | 2 ++
src/pages/index.astro | 7 +++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/astro.config.mjs b/astro.config.mjs
index 0f737ef..2f3f69c 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -7,6 +7,8 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
+ site: 'https://namehack.club',
+
vite: {
plugins: [tailwindcss()]
},
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