Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/page-data/index/page-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"componentChunkName": "component---src-pages-index-js",
"path": "/",
"result": {"pageContext":{}},
"staticQueryHashes": ["1128713364","1687125271","176670904","3498872882","3858639830","4109181808","854109855","882490824","966225310"]}
"staticQueryHashes": ["1128713364","1687125271","176670904","2432702713","3498872882","3858639830","4109181808","854109855","882490824"]}
2 changes: 1 addition & 1 deletion src/components/BlogPage/BlogContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Blog = () => {
)}

{filterArticle?.map((category, idx) => (
<BlogGrid key={idx} title={category[0].blog_category.name}>
<BlogGrid key={idx} title={category[0]?.blog_category?.name}>
{category.map((item, idx) => (
<BlogArticle
key={idx}
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useBlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const useBlog = () => {
summary
slug
image {
url
localFile {
childImageSharp {
gatsbyImageData
Expand Down