Skip to content

Commit

Permalink
chore: change type err
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 committed Nov 13, 2024
1 parent 7b8d62a commit 611e85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
21 changes: 1 addition & 20 deletions app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
{
"next-js": 6,
"tailwind": 3,
"guide": 5,
"feature": 2,
"multi-author": 1,
"hello": 1,
"math": 1,
"ols": 1,
"github": 1,
"writings": 1,
"book": 1,
"reflection": 1,
"holiday": 1,
"canada": 1,
"images": 1,
"markdown": 1,
"code": 1,
"features": 1
}
{ "all": 12, "frontend": 7, "backend": 20, "backend-frontend": 2 }
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const Blog = defineDocumentType(() => ({
'@type': 'BlogPosting',
headline: doc.title,
datePublished: doc.date,
dateModified: doc.lastmod || doc.date,
dateModified: doc.date,
description: doc.summary,
image: doc.images ? doc.images[0] : siteMetadata.socialBanner,
url: `${siteMetadata.siteUrl}/${doc._raw.flattenedPath}`,
Expand Down
2 changes: 1 addition & 1 deletion data/blog/241027.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: '인바운드 제한 설정 상태에서 GithubActions 작성하기
title: '인바운드 제한 설정 상태에서 GithubActions 작성하기'
date: '2024-10-27'
tags: ['Backend']
draft: false
Expand Down

0 comments on commit 611e85d

Please sign in to comment.