chore: remove comments
This commit is contained in:
parent
eb5dd15560
commit
76da16f234
1 changed files with 0 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue