diff --git a/README.md b/README.md index 2f3dbb3..2d46e78 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ docker entrypoint is `node --watch server.js`, fastify serves `dist` as static content -[manifests/ayaume.yaml](/manifests/ayaume.yaml) has k8s manifest examples +[manifests/ayaume.yaml](./manifests/ayaume.yaml) has k8s manifest examples diff --git a/src/components/BaseHead.astro b/src/components/BaseHead.astro index 23b78f0..4ee2986 100644 --- a/src/components/BaseHead.astro +++ b/src/components/BaseHead.astro @@ -19,7 +19,6 @@ const { title, description, image = "/blog-placeholder-1.jpg" } = Astro.props; - diff --git a/src/components/Footer.astro b/src/components/Footer.astro index e59ad6f..5c2dc38 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,5 +3,5 @@ const today = new Date(); --- \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index cf1eca0..0ac8112 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -1,15 +1,10 @@ --- import HeaderLink from "./HeaderLink.astro"; -import { SITE_TITLE } from "../consts"; ---
-
\ No newline at end of file + diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index 0a900cf..060f54c 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -45,6 +45,6 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props; -