diff --git a/public/images/gallery/miywi0kg-g3bbp9.webp b/public/images/gallery/miywi0kg-g3bbp9.webp new file mode 100644 index 0000000..29bf65c Binary files /dev/null and b/public/images/gallery/miywi0kg-g3bbp9.webp differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 153f795..507f6e1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,8 @@ const events = [ ]; const images = [ - { src: "/images/gallery/miyvtrjn-zoq4j5.webp", alt: "miyvtrjn-zoq4j5.webp" } + { src: "/static/images/gallery/miyvtrjn-zoq4j5.webp", alt: "miyvtrjn-zoq4j5.webp" }, + { src: "/images/gallery/miywi0kg-g3bbp9.webp", alt: "miywi0kg-g3bbp9.webp" } ]; ---