We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28c3e7 commit 3d74674Copy full SHA for 3d74674
1 file changed
src/components/landing/Intro.astro
@@ -1,6 +1,6 @@
1
---
2
// BASE_URL is always '/aleclevy.com/' from astro.config.mjs
3
-const avatarImage = `avatars/1.JPG`;
+const avatarImage = `avatars/1.jpg`;
4
5
6
<div id="about" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
0 commit comments