diff --git a/public/images/instagram/post-1.jpg b/public/images/instagram/post-1.jpg new file mode 100644 index 0000000..f7020d1 Binary files /dev/null and b/public/images/instagram/post-1.jpg differ diff --git a/public/images/instagram/post-2.jpg b/public/images/instagram/post-2.jpg new file mode 100644 index 0000000..f2d6c06 Binary files /dev/null and b/public/images/instagram/post-2.jpg differ diff --git a/public/images/instagram/post-3.jpg b/public/images/instagram/post-3.jpg new file mode 100644 index 0000000..308a107 Binary files /dev/null and b/public/images/instagram/post-3.jpg differ diff --git a/public/images/instagram/post-4.jpg b/public/images/instagram/post-4.jpg new file mode 100644 index 0000000..bc8d8c1 Binary files /dev/null and b/public/images/instagram/post-4.jpg differ diff --git a/public/images/instagram/post-5.jpg b/public/images/instagram/post-5.jpg new file mode 100644 index 0000000..14655af Binary files /dev/null and b/public/images/instagram/post-5.jpg differ diff --git a/public/images/instagram/post-6.jpg b/public/images/instagram/post-6.jpg new file mode 100644 index 0000000..f81d5dd Binary files /dev/null and b/public/images/instagram/post-6.jpg differ diff --git a/public/images/instagram/post-7.jpg b/public/images/instagram/post-7.jpg new file mode 100644 index 0000000..dfe7115 Binary files /dev/null and b/public/images/instagram/post-7.jpg differ diff --git a/public/images/instagram/post-8.jpg b/public/images/instagram/post-8.jpg new file mode 100644 index 0000000..6eec8ba Binary files /dev/null and b/public/images/instagram/post-8.jpg differ diff --git a/public/images/instagram/post-9.jpg b/public/images/instagram/post-9.jpg new file mode 100644 index 0000000..7d71527 Binary files /dev/null and b/public/images/instagram/post-9.jpg differ diff --git a/src/components/astro/ColInsta.astro b/src/components/astro/ColInsta.astro index 93560e4..3c589be 100644 --- a/src/components/astro/ColInsta.astro +++ b/src/components/astro/ColInsta.astro @@ -1,24 +1,23 @@ --- import InstaFeed from '../vue/InstaFeed.vue'; -// Feed IDs Behold a remplir apres inscription Behold (voir docs/BEHOLD-SETUP.md) -const FEED_AEP = import.meta.env.PUBLIC_BEHOLD_AEP || 'PLACEHOLDER_AEP'; -const FEED_JULESNENY = import.meta.env.PUBLIC_BEHOLD_JULESNENY || 'PLACEHOLDER_JULESNENY'; +const JULESNENY_POSTS = [ + '/images/instagram/post-1.jpg', + '/images/instagram/post-2.jpg', + '/images/instagram/post-3.jpg', + '/images/instagram/post-4.jpg', + '/images/instagram/post-5.jpg', + '/images/instagram/post-6.jpg', + '/images/instagram/post-7.jpg', + '/images/instagram/post-8.jpg', + '/images/instagram/post-9.jpg', +]; ---
- -
diff --git a/src/components/vue/InstaFeed.vue b/src/components/vue/InstaFeed.vue index 4e3ccbe..4e18b05 100644 --- a/src/components/vue/InstaFeed.vue +++ b/src/components/vue/InstaFeed.vue @@ -1,52 +1,9 @@