Skip to content

Commit

Permalink
arranged Github workflows on deployment and tweaked package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 6, 2024
1 parent 4179df4 commit 9facd88
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 224 deletions.
8 changes: 2 additions & 6 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
{
"title": "blog",
"path": "[[workspace]]/src/content/blog",
"contentTypes": [
"blog"
]
"contentTypes": ["blog"]
},
{
"title": "page",
"path": "[[workspace]]/src/content/page",
"contentTypes": [
"page"
]
"contentTypes": ["page"]
}
],
"frontMatter.taxonomy.contentTypes": [
Expand Down
Loading

0 comments on commit 9facd88

Please sign in to comment.