diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index 42b2db8..4a0e5d0 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -15,7 +15,7 @@ const routes = ["blog"];
{
routes.map((route) => (
{route
@@ -26,7 +26,7 @@ const routes = ["blog"];
))
}
diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro
index 057c0ed..9ef0d54 100644
--- a/src/pages/blog/[slug].astro
+++ b/src/pages/blog/[slug].astro
@@ -32,7 +32,7 @@ const { Content, headings } = await render(article);
>
-