Skip to content

Commit

Permalink
removing blog/home
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Aug 18, 2024
1 parent 90b1588 commit 1bb53c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"main": [
{
"name": "Home",
"url": "/blog/home"
"url": "/blog"
},
{
"name": "About",
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/components/Logo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const {
} = config.site;
---

<a href="/blog/home" class="navbar-brand block">
<a href="/blog" class="navbar-brand block">
{
src || logo ? (
<Image
Expand Down
File renamed without changes.

0 comments on commit 1bb53c5

Please sign in to comment.