feat: post share button

This commit is contained in:
Cory Dransfeldt 2024-02-19 12:30:04 -08:00
parent 6ca5bdba41
commit 1690b368fc
No known key found for this signature in database
8 changed files with 73 additions and 13 deletions

View file

@ -77,6 +77,9 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy({
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/mastodon-post.js'
})
eleventyConfig.addPassthroughCopy({
'node_modules/@daviddarnes/share-button/share-button.js': 'assets/scripts/share-button.js'
})
// enable merging of tags
eleventyConfig.setDataDeepMerge(true)