// docs
edit on GitHub ↗Photos
Photos of you are chosen at random per visit on the home, about, and contact pages.
- Drop image files in
public/photos/(for examplepublic/photos/brady-hero.jpg). - List them in
lib/site-config.tsunderphoto.pool:
photo: {
pool: [
{ src: "/photos/brady-hero.jpg", alt: "Brady Bangasser" },
{ src: "/photos/brady-climbing.jpg", alt: "Rock climbing" },
],
},
Each page picks one entry at random after load, so the three pages usually differ. Entries whose files are missing on disk are skipped, and if the pool is empty the pages fall back to a clean monogram, so nothing ever renders broken. Add as many as you like.