From efe4b51eb3fb6fe37784956cf8ba9b6692a708cc Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 15 Jun 2025 15:03:12 +0200 Subject: Fix showAsLink --- src/pages/index.astro | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 9e1645e..1a2192f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -60,7 +60,10 @@ const description = class="text-6xl lg:text-7xl font-light tracking-tight mb-6 font-mono" style="letter-spacing: -0.02em;" > - + Doma.in Na.me Ha.ck Cl (
  • -
    - +
    {name.data.title} @@ -139,7 +153,11 @@ const description = { candidates.map((name) => (
  • - +
  • )) } -- cgit v1.3.1