Skip to content

Commit c51c741

Browse files
committed
blog keys
1 parent 9c0f271 commit c51c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/blog/rss.xml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function BlogRSS({ site }) {
2121
<updated>{new Date(posts[0].date).toISOString()}</updated>
2222

2323
{posts.map(post =>
24-
<entry>
24+
<entry key={post.permalink}>
2525
<title>{post.title}</title>
2626
<link href={'http://graphql.org' + post.url}/>
2727
<id>http://graphql.org{post.url}</id>

0 commit comments

Comments
 (0)