chore: remove passthrough statement

This commit is contained in:
Cory Dransfeldt 2024-06-17 11:03:29 -07:00
parent fbce37d5a0
commit d792ac5ae8
No known key found for this signature in database

View file

@ -51,9 +51,6 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({
'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'
})
// collections
eleventyConfig.addCollection('allContent', allContent)