chore: clean up data files

This commit is contained in:
Cory Dransfeldt 2024-05-05 14:31:07 -07:00
parent 77e6fe27e3
commit cce53c2656
No known key found for this signature in database
15 changed files with 98 additions and 129 deletions

View file

@ -74,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)