diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d44a06a..dfbb2d0 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -27,7 +27,9 @@ export default function Layout() { }, { "name": "Contact", "href": "#contact" - } + }, + { name: "Blog", href: "/blog" }, + ]; return (