Content

Add or replace images

Files in the public/ folder are served from the site root. Use WebP when possible for smaller file size.

Where to put files

  • public/services/ — Service card and detail images
  • public/team/ — Team photos (Keystatic uploads here)
  • public/testimonials/ — Customer avatars
  • public/blog/ — Blog cover images

Reference in config


                // src/config/services.ts
image: "/services/my-service-card.webp",
imageAlt: {
  en: "Describe the image for screen readers and SEO",
  tr: "Ekran okuyucu ve SEO için görseli tanımlayın",
},
              

Replace an image

Keep the same filename to avoid editing code, or upload a new file and update the path in services.ts (or Keystatic). Hard refresh (Ctrl+Shift+R) if the old image is cached.