Skip to content

Commit 8cf0ffc

Browse files
committed
doc: Add link to the (only) blog (post)
1 parent 8550a46 commit 8cf0ffc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/docs/src/app/(pages)/_landing/footer.tsx

+9
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ export default function Component() {
5151
Playground
5252
</Link>
5353
</li>
54+
<li>
55+
<Link
56+
href="/blog/nuqs-2"
57+
className="hover:underline"
58+
prefetch={false}
59+
>
60+
Blog
61+
</Link>
62+
</li>
5463
<li>
5564
<Link
5665
href="/stats"

0 commit comments

Comments
 (0)