Skip to content

Commit faa75c1

Browse files
committed
🍱change header logo
1 parent 327b4aa commit faa75c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { Image } from 'astro:assets';
33
4-
const logoImage = "/images/me.png";
4+
const logoImage = "/logo.svg";
55
66
// Get current URL to highlight active link
77
const currentPath = Astro.url.pathname;

0 commit comments

Comments
 (0)