diff --git a/.eleventy.js b/.eleventy.js index bdb1efb3..6e94f3d8 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -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)