chore: cleanup styles, deps

This commit is contained in:
Cory Dransfeldt 2024-05-20 09:51:30 -07:00
parent 00440c24d9
commit 485f640139
No known key found for this signature in database
10 changed files with 24 additions and 127 deletions

View file

@ -56,9 +56,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/link-peek/link-peek.js': 'assets/scripts/components/link-peek.js'
})
eleventyConfig.addPassthroughCopy({
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/components/mastodon-post.js'
})