未验证 提交 b79d72ce 编写于 作者: D Dennis Morello 提交者: GitHub

Remove the `as` prop from the Link component in with-static-export example (#19650)

This PR closes #19649.
上级 ad899935
......@@ -5,7 +5,7 @@ export default function Post({ title, body, id }) {
<article>
<h2>{title}</h2>
<p>{body}</p>
<Link href="/post/[id]" as={`/post/${id}`}>
<Link href={`/post/${id}`}>
<a>Read more...</a>
</Link>
</article>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册