We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327b4aa commit faa75c1Copy full SHA for faa75c1
1 file changed
src/components/header.astro
@@ -1,7 +1,7 @@
1
---
2
import { Image } from 'astro:assets';
3
4
-const logoImage = "/images/me.png";
+const logoImage = "/logo.svg";
5
6
// Get current URL to highlight active link
7
const currentPath = Astro.url.pathname;
0 commit comments