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

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" },