From 2a050b383bcafefb8fc378531d6f15f352fdb5a5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 10:52:38 +0200 Subject: Override all files with v8 implementation --- src/pages/history/[date].astro | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/pages/history/[date].astro (limited to 'src/pages/history') diff --git a/src/pages/history/[date].astro b/src/pages/history/[date].astro new file mode 100644 index 0000000..0a78f9f --- /dev/null +++ b/src/pages/history/[date].astro @@ -0,0 +1,13 @@ +--- +import Layout from '../../layouts/Layout.astro'; +import { Geshem } from '../../components/Geshem'; +import '../../styles/global.css'; + +export const prerender = false; + +const { date } = Astro.params; +--- + + + + \ No newline at end of file -- cgit v1.3.1