Skip to content

Commit

Permalink
fix: crash application on modify data (tinacms/tina-starter-grande#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamchanii committed Dec 23, 2019
1 parent 34e58c4 commit 687d68e
Show file tree
Hide file tree
Showing 4 changed files with 748 additions and 553 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# gatsby-tinacms-example

[https://imch.dev/posts/build-a-funny-homepage-with-tina-cms](https://imch.dev/posts/build-a-funny-homepage-with-tina-cms)

### Changelog

- 2019-12-23: fix: crash application on modify data (tinacms/tina-starter-grande#23)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@emotion/core": "^10.0.22",
"@types/react-helmet": "^5.0.14",
"gatsby": "^2.18.12",
"gatsby": "2.16.1",
"gatsby-image": "^2.2.34",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-manifest": "^2.2.31",
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ const IndexPage = () => {
description: '기존 Hi People 위치에 표시됩니다.',
name: 'rawJson.title',
component: 'text',
parse: value => value ?? '',
},
{
label: '설명',
description: '본문에 표시됩니다.',
name: 'rawJson.description',
component: 'markdown',
parse: value => value ?? '',
},
],
});
Expand Down
Loading

0 comments on commit 687d68e

Please sign in to comment.