Skip to content

Commit dc70553

Browse files
author
Ben Zörb
committed
docs(config): Adds download & poster generation hints to contentful-ssg config
1 parent f05e770 commit dc70553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/app/contentful-ssg.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const config: Config = {
1212
ratios: {
1313
default: { square: 1 / 1, landscape: 16 / 9, portrait: 3 / 4, rectangle: 4 / 3 },
1414
},
15+
// Uncomment line to auto-generate poster images for video files
16+
// generatePosterImages: true,
17+
// Uncomment line to download assets from contentful
18+
// download: true,
1519
},
1620
],
1721
],

0 commit comments

Comments
 (0)