From e229c5577edf2f837f972dbb22301368b7a59122 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 20 Apr 2025 00:03:16 +0200 Subject: [PATCH] feat: minimal h-card --- src/pages/index.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 08c76ad..84ae1e3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,15 +4,21 @@ import Card from '../components/Card.astro' import Footer from '../components/Footer.astro' import now from '../constants/now.json' +// const referer = Astro.request.headers.get('Referer') +// const url = new URL(referer ?? '') + // const isDev = import.meta.env.DEV; // const getOriginUrl = (path: string) => isDev ? `http://localhost:5000/${path}` : path; ---
-
+
+
+ Ayo Ayco +