From fcdd0f7c28fd52efabc6af38b47d517d750b5acd Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 10:40:12 +0200 Subject: Add fathom --- src/pages/index.astro | 9 ++++++--- src/pages/privacy.astro | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/pages/index.astro b/src/pages/index.astro index d41f1fa..96dfa0c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- -import { Geshem } from '../components/Geshem'; -import '../styles/global.css'; +import { Geshem } from "../components/Geshem"; +import "../styles/global.css"; const { date } = Astro.params; --- @@ -10,9 +10,12 @@ const { date } = Astro.params; -