Update blog navigation and post link paths for consistency

This commit is contained in:
EFEELE
2025-04-14 11:46:42 -06:00
parent bc89d1b936
commit 48c0de5fec
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ const menu = {
name: "Blog",
path: "/blog/",
dropdown: [
{ name: "All Posts", path: "/blog/all-posts" },
{ name: "All Posts", path: "/blog/posts/" },
]
},
home: { name: "Home", path: "/#home" },