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 +