Fix headshot filename extension to .jpg

This commit is contained in:
2026-04-18 16:48:32 -04:00
parent 9162752492
commit db46148d78
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Introduction() {
<div>
<div className="overflow-hidden rounded-2xl border border-slate-200 bg-emerald-50/40">
<img
src="/docs/headshot"
src="/docs/headshot.jpg"
alt="Peter-William L. Myers headshot"
className="h-80 w-full bg-emerald-100 object-cover md:h-96"
/>