diff --git a/src/pages/index.astro b/src/pages/index.astro index 3690b40..c6da120 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,13 +25,13 @@ import Layout from '../layouts/Layout.astro';
-
-
+
+
{ - console.log("proced") +// Add throttled event listener on the body +document.addEventListener('mousemove', throttle((event) => { requestAnimationFrame(updateSpotlights.bind(updateSpotlights, event)) })); -