feat: update decap config
This commit is contained in:
parent
097a845b35
commit
a28d79d491
1 changed files with 5 additions and 5 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue