Skip to content

Commit

Permalink
Switching images so another image is displayed when the link is send …
Browse files Browse the repository at this point in the history
…to someone
  • Loading branch information
sajochems committed Feb 28, 2024
1 parent cecf04a commit 5690f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/photos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5690f18

Please sign in to comment.