Add plugins to create responsive images
This commit is contained in:
@@ -13,7 +13,7 @@ class Blog extends Component {
|
||||
<Card
|
||||
url={`blog/${node.slug}`}
|
||||
title={node.title}
|
||||
postId={node.slug}
|
||||
postId={node.id}
|
||||
date={node.date}
|
||||
excerpt={node.excerpt}
|
||||
/>
|
||||
@@ -31,6 +31,7 @@ export const query = graphql`
|
||||
id
|
||||
title
|
||||
excerpt
|
||||
status
|
||||
slug
|
||||
date(formatString: "MMMM DD, YYYY")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user