Skip to content

Commit 58db520

Browse files
GenerateSocialImages property set to true for displaying cover image for each pattern blog. - Experimental
1 parent c2882a5 commit 58db520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quartz.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config: QuartzConfig = {
1919
baseUrl: "https://prathameshdhande22.github.io/Java-Tutorial/",
2020
ignorePatterns: ["private", "templates", ".obsidian"],
2121
defaultDateType: "created",
22-
generateSocialImages: false,
22+
generateSocialImages: true,
2323
theme: {
2424
fontOrigin: "googleFonts",
2525
cdnCaching: true,

0 commit comments

Comments
 (0)