Revert "chore: only generate og images locally"
This reverts commit 362afdb588
.
This commit is contained in:
parent
362afdb588
commit
cbf9a40667
299 changed files with 23 additions and 31 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue