feat: update compose to support new frontmatter options

This commit is contained in:
Timothy Lin
2021-07-04 17:19:35 +08:00
7 changed files with 395 additions and 53 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tailwind-nextjs-starter-blog",
"version": "0.4.0",
"version": "0.4.1",
"private": true,
"scripts": {
"start": "next-remote-watch ./data",
@@ -38,6 +38,7 @@
"@next/bundle-analyzer": "11.0.1",
"@svgr/webpack": "^5.5.0",
"cross-env": "^7.0.3",
"dedent": "^0.7.0",
"eslint": "^7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
@@ -46,6 +47,7 @@
"file-loader": "^6.0.0",
"globby": "11.0.3",
"husky": "^6.0.0",
"inquirer": "^8.1.1",
"lint-staged": "^11.0.0",
"next-remote-watch": "^1.0.0",
"prettier": "2.2.1",