From fa80f57b1b92c154183a54a83e55ddb340f03e32 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Mon, 27 Jan 2025 21:53:31 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20ajoute=20la=20galerie=20Flickr=20en=20b?= =?UTF-8?q?as=20de=20la=20page=20d=E2=80=99accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FlickrGallery.astro | 4 ++++ src/pages/index.astro | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 src/components/FlickrGallery.astro diff --git a/src/components/FlickrGallery.astro b/src/components/FlickrGallery.astro new file mode 100644 index 0000000..0bf03d8 --- /dev/null +++ b/src/components/FlickrGallery.astro @@ -0,0 +1,4 @@ + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 05b4942..0f1174d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,7 @@ import Layout from '../layouts/Layout.astro'; import Card from '../components/Card.astro'; import { fetchEvenements } from "../lib/contentful"; import Evenement from "../components/Evenement.astro"; +import FlickrGallery from "../components/FlickrGallery.astro"; export const prerender = false @@ -23,6 +24,9 @@ const evenements = await fetchEvenements() ))} + + +