diff --git a/src/config/menu.json b/src/config/menu.json
index 821a551..2214f7e 100755
--- a/src/config/menu.json
+++ b/src/config/menu.json
@@ -2,7 +2,7 @@
"main": [
{
"name": "Home",
- "url": "/blog/home"
+ "url": "/blog"
},
{
"name": "About",
diff --git a/src/layouts/components/Logo.astro b/src/layouts/components/Logo.astro
index a12a16e..566a7b5 100644
--- a/src/layouts/components/Logo.astro
+++ b/src/layouts/components/Logo.astro
@@ -17,7 +17,7 @@ const {
} = config.site;
---
-
+
{
src || logo ? (