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 2ad4409 commit e0eba3fCopy full SHA for e0eba3f
pages/index.js
@@ -32,7 +32,7 @@ export default function Home({ allPostsData }) {
32
<ul className={utilStyles.list}>
33
{allPostsData.map(({ id, date, title }) => (
34
<li className={utilStyles.listItem} key={id}>
35
- <Link href="/post/[id]" as={`posts/${id}`}>
+ <Link href="/posts/[id]" as={`posts/${id}`}>
36
<a>{title}</a>
37
</Link>
38
<br />
0 commit comments