chore: remove passthrough statement
This commit is contained in:
parent
fbce37d5a0
commit
d792ac5ae8
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue