Revert "chore: only generate og images locally"

This reverts commit 362afdb588.
This commit is contained in:
Cory Dransfeldt 2024-05-01 18:17:52 -07:00
parent 362afdb588
commit cbf9a40667
No known key found for this signature in database
299 changed files with 23 additions and 31 deletions

View file

@ -48,9 +48,6 @@ export default async function (eleventyConfig) {
jsTruthy: true,
})
// watch ignores
eleventyConfig.watchIgnores.add('src/assets/social-preview/**/*')
// passthrough
eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('_redirects')
@ -77,7 +74,7 @@ export default async function (eleventyConfig) {
})
eleventyConfig.addPassthroughCopy({
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/components/mastodon-post.js'
})
})
// enable merging of tags
eleventyConfig.setDataDeepMerge(true)