chore: remove comments

This commit is contained in:
Ayo Ayco 2025-04-19 20:21:45 +02:00
parent eb5dd15560
commit 76da16f234

View file

@ -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;
---
<Layout>