Skip to content

Commit 605b076

Browse files
authored
Fix yml type (#225)
Schema validation: Incompatible types. Required: boolean. Actual: string.
1 parent b3e57c2 commit 605b076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ exclude_from_localizations: ["assets"]
3030
# Collections
3131
collections:
3232
documentation:
33-
output: "true"
33+
output: true
3434
blog:
35-
output: "true"
35+
output: true
3636
permalink: /blog/:year/:month/:slug
3737
events:
38-
output: "true"
38+
output: true
3939
permalink: /events/:year/:month/:title
4040

4141
defaults:

0 commit comments

Comments
 (0)