chore: hide blog until published

This commit is contained in:
DESKTOP-RTLN3BA\$punk
2026-05-11 11:08:42 -07:00
parent 83ee58016e
commit 81583ef382
2 changed files with 2 additions and 1 deletions
Submodule
+1
Submodule hermes-agent added at cca2869d78
+1 -1
View File
@@ -37,7 +37,7 @@ export const Navbar = ({ scrolledBgClassName }: NavbarProps = {}) => {
const navItems = [
{ name: "Free\u00A0AI", link: "/free" },
{ name: "Pricing", link: "/pricing" },
{ name: "Blog", link: "/blog" },
// { name: "Blog", link: "/blog" },
{ name: "Changelog", link: "/changelog" },
{ name: "Docs", link: "/docs" },
{ name: "Contact\u00A0Us", link: "/contact" },