feat: update decap config

This commit is contained in:
Devin Haska 2024-03-01 12:21:11 -08:00
parent 097a845b35
commit a28d79d491

View file

@ -14,7 +14,7 @@ collections:
label: "Post"
folder: "src/posts"
create: true
slug: "{% raw %}{{ year }}-{{ month }}-{{ day }}-{{ slug }}{% endraw %}"
slug: "{% raw %}{{year}}-{{month}}-{{day}}-{{slug}}{% endraw %}"
fields:
- { label: "Title", name: "title", widget: "string" }
- { label: "Excerpt", name: "excerpt", widget: "string" }
@ -39,7 +39,7 @@ collections:
- name: "book"
label: "Book"
folder: "src/catalogue/books"
slug: "{% raw %}{{ year }}-{{ month }}-{{ day }}-{{ slug }}{% endraw %}"
slug: "{% raw %}{{year}}-{{month}}-{{day}}-{{slug}}{% endraw %}"
create: true
fields:
- { label: "Title", name: "title", widget: "string" }
@ -53,7 +53,7 @@ collections:
- name: "game"
label: "Game"
folder: "src/catalogue/games"
slug: "{% raw %}{{ year }}-{{ month }}-{{ day }}-{{ slug }}{% endraw %}"
slug: "{% raw %}{{year}}-{{month}}-{{day}}-{{slug}}{% endraw %}"
create: true
fields:
- { label: "Title", name: "title", widget: "string" }
@ -67,7 +67,7 @@ collections:
- name: "comic"
label: "Comic"
folder: "src/catalogue/comics"
slug: "{% raw %}{{ year }}-{{ month }}-{{ day }}-{{ slug }}{% endraw %}"
slug: "{% raw %}{{year}}-{{month}}-{{day}}-{{slug}}{% endraw %}"
create: true
fields:
- { label: "Title", name: "title", widget: "string" }
@ -82,7 +82,7 @@ collections:
- name: "podcast"
label: "Podcast"
folder: "src/catalogue/podcasts"
slug: "{% raw %}{{ year }}-{{ month }}-{{ day }}-{{ slug }}{% endraw %}"
slug: "{% raw %}{{year}}-{{month}}-{{day}}-{{slug}}{% endraw %}"
create: true
fields:
- { label: "Title", name: "title", widget: "string" }