We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b305ef6 commit 312041eCopy full SHA for 312041e
src/photos.ts
@@ -16,6 +16,7 @@ function imageLink(path: string, width: number, height: number, size: number, ex
16
const photos = [
17
// see 'filenames.md' for tips on how to refer to photos in this list
18
{ src: "weenie-beenie.5954.4032x3024.jpg", alt: "Weenie Beenie" },
19
+ { src: "sea-turtle.333.5568x4176.5568w.jpg", alt: "Sea Turtle, Puerto Rico"},
20
{ src: "meeks.8143.2400x3600.jpg", alt: "Meeks" },
21
{ src: "dishes.8073.4032x3024.jpg", alt: "Dishes"},
22
{ src: "birdhouse.7943.3024x4032.jpg", alt: "Birdhouse"},
0 commit comments