From 5690f18ba08d1f01e86e480ae501a5ce7995a21a Mon Sep 17 00:00:00 2001 From: Scott Jochems Date: Wed, 28 Feb 2024 14:37:52 +0100 Subject: [PATCH] Switching images so another image is displayed when the link is send to someone --- data/photos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/photos.ts b/data/photos.ts index 0c0eb79..7c11338 100644 --- a/data/photos.ts +++ b/data/photos.ts @@ -2,10 +2,10 @@ // This is required as the bundler (currently) cannot currently read the contents of the photo folder export const photosMap: URL[] = [ new URL("/static/photos/DSC_0001.jpg?as=webp&width=1200", import.meta.url), + new URL("/static/photos/DSC_0519.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0032.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0511.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0515.jpg?as=webp&width=1200", import.meta.url), - new URL("/static/photos/DSC_0519.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0537.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0544.jpg?as=webp&width=1200", import.meta.url), new URL("/static/photos/DSC_0556.jpg?as=webp&width=1200", import.meta.url),