We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebc616 commit cf8d122Copy full SHA for cf8d122
1 file changed
.eleventy.js
@@ -46,7 +46,9 @@ module.exports = config => {
46
weight: 700,
47
style: 'normal',
48
}],
49
- }
+ },
50
+ generateHTML: (outputUrl) => `<meta property="og:image" content="${outputUrl}" />\n ` +
51
+ `<meta property="twitter:image" content="${outputUrl}" />`
52
});
53
54
return {
0 commit comments