Revert "feat: cms"

This reverts commit 702920208f.
This commit is contained in:
Cory Dransfeldt 2024-03-21 13:49:18 -07:00
parent 702920208f
commit 5703491f42
No known key found for this signature in database

View file

@ -52,7 +52,6 @@ export default async function (eleventyConfig) {
// passthrough // passthrough
eleventyConfig.addPassthroughCopy('src/assets') eleventyConfig.addPassthroughCopy('src/assets')
eleventyConfig.addPassthroughCopy('_redirects') eleventyConfig.addPassthroughCopy('_redirects')
eleventyConfig.addPassthroughCopy('admin')
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'
}) })