diff --git a/src/templates/Post.jsx b/src/templates/Post.jsx index 15680006..22635ff1 100644 --- a/src/templates/Post.jsx +++ b/src/templates/Post.jsx @@ -112,7 +112,7 @@ export const pageQuery = graphql` } fields { slug - date(formatString: "MMMM DD, YYYY") + date } rawMarkdownBody }