fix: whitespace

This commit is contained in:
Cory Dransfeldt 2024-06-05 13:41:55 -07:00
parent f5e7e75551
commit 282c868038
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -51,8 +51,8 @@ export default async function (eleventyConfig) {
'node_modules/youtube-video-element/youtube-video-element.js': 'assets/scripts/components/youtube-video-element.js'
})
eleventyConfig.addPassthroughCopy({
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/components/mastodon-post.js'
})
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/components/mastodon-post.js'
})
// collections
eleventyConfig.addCollection('allContent', allContent)