diff --git a/src/components/Header.astro b/src/components/Header.astro index a7290e3..35331f5 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,7 +1,8 @@ --- -import { SITE } from "src/config"; +import { LOGO_IMAGE, SITE } from "src/config"; import Hr from "./Hr.astro"; import LinkButton from "./LinkButton.astro"; +import logo from "/assets/logo.svg"; export interface Props { activeNav?: "posts" | "tags" | "about" | "search"; @@ -14,7 +15,20 @@ const { activeNav } = Astro.props; Skip to content