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