fix: whitespace
This commit is contained in:
parent
f5e7e75551
commit
282c868038
3 changed files with 4 additions and 4 deletions
|
@ -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'
|
'node_modules/youtube-video-element/youtube-video-element.js': 'assets/scripts/components/youtube-video-element.js'
|
||||||
})
|
})
|
||||||
eleventyConfig.addPassthroughCopy({
|
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
|
// collections
|
||||||
eleventyConfig.addCollection('allContent', allContent)
|
eleventyConfig.addCollection('allContent', allContent)
|
||||||
|
|
Reference in a new issue