fix: update AboutHeroImage import path to use the correct placeholder image
All checks were successful
Deploy / deploy (push) Successful in 42s

This commit is contained in:
Adrian Altner 2026-04-22 23:58:42 +02:00
parent 4ee7ea4756
commit ae5c2564d5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- ---
import AboutHeroImage from '~/assets/blog-placeholder-about.jpg'; import AboutHeroImage from '~/assets/placeholder.jpg';
import Layout from '~/layouts/Post.astro'; import Layout from '~/layouts/Post.astro';
--- ---

View file

@ -1,5 +1,5 @@
--- ---
import AboutHeroImage from '~/assets/blog-placeholder-about.jpg'; import AboutHeroImage from '~/assets/placeholder.jpg';
import Layout from '~/layouts/Post.astro'; import Layout from '~/layouts/Post.astro';
--- ---