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 51808f8 commit 3185a2cCopy full SHA for 3185a2c
examples/next-rsc-dynamic/app/page.tsx
@@ -1,7 +1,7 @@
1
import Link from 'next/link'
2
-import { allPosts, Post } from 'contentlayer/generated'
+import { allPosts } from 'contentlayer/generated'
3
4
-export default async function Home({ params }: { params: { tag: string } }) {
+export default async function Home() {
5
return (
6
<div className="py-8 mx-auto max-w-xl">
7
<h1 className="mb-8 text-3xl font-bold text-center">Next.js docs</h1>
0 commit comments