fix: update AboutHeroImage import path to use the correct placeholder image
All checks were successful
Deploy / deploy (push) Successful in 42s
All checks were successful
Deploy / deploy (push) Successful in 42s
This commit is contained in:
parent
4ee7ea4756
commit
ae5c2564d5
2 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue