From a9d58f8df8f8573e06ad6570cfd4740312d42edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 9 Aug 2025 16:17:14 +0200 Subject: feat(batteur): videos --- src/pages/index.astro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro index b43b927..481a688 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,7 @@ --- import "../scss/style.scss"; import ImageBackground from "../component/ImageBackground.astro"; +import VideoAuto from "../component/VideoAuto.astro"; --- @@ -32,10 +33,13 @@ import ImageBackground from "../component/ImageBackground.astro"; + + + -- cgit v1.2.3