diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/history/[date].astro | 1 | ||||
| -rw-r--r-- | src/pages/index.astro | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/history/[date].astro b/src/pages/history/[date].astro index 0bd1e40..8796c14 100644 --- a/src/pages/history/[date].astro +++ b/src/pages/history/[date].astro @@ -1,7 +1,6 @@ --- import { Geshem } from '../../components/Geshem'; import '../../styles/global.css'; -import '../../styles/geshem.css'; export const prerender = false; diff --git a/src/pages/index.astro b/src/pages/index.astro index fb90246..d41f1fa 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,6 @@ --- import { Geshem } from '../components/Geshem'; import '../styles/global.css'; -import '../styles/geshem.css'; const { date } = Astro.params; --- |
