From 5703491f42e982c2db770a57b88045bc8983f8fe Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 21 Mar 2024 13:49:18 -0700 Subject: [PATCH] Revert "feat: cms" This reverts commit 702920208fc996a87ca8e0efdea98d58ad4c9287. --- .eleventy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eleventy.js b/.eleventy.js index b559b683..7b238c15 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -52,7 +52,6 @@ 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' })