fix: support js date in blog frontmatter

This commit is contained in:
Timothy Lin
2021-08-05 16:05:31 +08:00
parent 304318376c
commit f8ec940c36
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
title: 'New features in v1'
date: '2021-07-28'
date: 2021-07-28T15:32:14Z
tags: ['next-js', 'tailwind', 'guide']
draft: false
summary: 'An overview of the new features released in v1 - code block copy, multiple authors, frontmatter layout and more'