You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add external link arrows to blog posts and fix search with Pagefind
- Add ↗ arrow to blog post titles and "Read more" link
- Install pagefind and add to postbuild for Nextra v4 search support
- Indexed 43 pages for search
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
{/* TBD Make link open in new tab (fix extenal link icon positioning) */}
75
-
<Linkhref="https://blog.hello.coop"className="flex items-center gap-6 group md:ml-64 md:pl-6 mt-10 text-xl hover:underline font-semibold">Read more at blog.hello.coop</Link>
74
+
<Linkhref="https://blog.hello.coop"target="_blank"rel="noreferrer"className="flex items-center gap-6 group md:ml-64 md:pl-6 mt-10 text-xl hover:underline font-semibold">Read more at blog.hello.coop ↗</Link>
0 commit comments