feat: cms
This commit is contained in:
parent
66a82a93e9
commit
702920208f
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ export default async function (eleventyConfig) {
|
|||
// passthrough
|
||||
eleventyConfig.addPassthroughCopy('src/assets')
|
||||
eleventyConfig.addPassthroughCopy('_redirects')
|
||||
eleventyConfig.addPassthroughCopy('admin')
|
||||
eleventyConfig.addPassthroughCopy({
|
||||
'node_modules/@daviddarnes/mastodon-post/mastodon-post.js': 'assets/scripts/components/mastodon-post.js'
|
||||
})
|
||||
|
|
Reference in a new issue