From 76da16f23496c0660ec272a7e42ba7a90ee5388c Mon Sep 17 00:00:00 2001 From: ayoayco Date: Sat, 19 Apr 2025 20:21:45 +0200 Subject: [PATCH] chore: remove comments --- src/pages/index.astro | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 963af95..45e778a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,12 +3,6 @@ import Layout from '../layouts/Layout.astro' 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; ---