diff options
| author | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
|---|---|---|
| committer | anoduck <11767-anoduck@users.noreply.gitgud.io> | 2024-10-05 13:42:46 -0400 |
| commit | 15b891cb660f07a14f8b1821b885919d46697853 (patch) | |
| tree | 7abb938339aabfe8b5da458081f133d715fd1437 /.frontmatter/database | |
| parent | f98714840077917d8e06cc1c72eb5748c9993467 (diff) | |
fix(content): :bug: Type corrected
Changed frontmatter field from deprecated layout to type.
Diffstat (limited to '')
| -rw-r--r-- | .frontmatter/database/mediaDb.json | 1 | ||||
| -rw-r--r-- | .frontmatter/database/pinnedItemsDb.json | 1 | ||||
| -rw-r--r-- | .frontmatter/database/taxonomyDb.json | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.frontmatter/database/mediaDb.json b/.frontmatter/database/mediaDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/mediaDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/.frontmatter/database/pinnedItemsDb.json b/.frontmatter/database/pinnedItemsDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/pinnedItemsDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/.frontmatter/database/taxonomyDb.json b/.frontmatter/database/taxonomyDb.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.frontmatter/database/taxonomyDb.json @@ -0,0 +1 @@ +{}
\ No newline at end of file |
