We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850a8ff commit 7995ff7Copy full SHA for 7995ff7
src/components/header.astro
@@ -10,7 +10,7 @@ const navItems: Array<NavItem> = [
10
{ title: "About", url: "/about" },
11
{ title: "Projects", url: "https://mlpurdue.notion.site/8e83150770684e118ed6f423ba54fb81" },
12
{ title: "Events", url: "/#eventscalendar" },
13
- { title: "AIGuide Blog", url: "/blog"},
+ { title: "AIGuide Blog", url: "https://mlpurdue.notion.site/AI-For-Beginners-Blog-3a61d558975c40609c1807eef0b5a1cc"},
14
{ title: "Sponsor", url: "/sponsor"},
15
{ title: "Contact", url: "/contact" },
16
{ title: "Archive", url: "/events-archive" },
0 commit comments