chore(eleventy.config.js): remove old passthrough statement

This commit is contained in:
Cory Dransfeldt 2025-06-14 07:14:07 -07:00
parent c021ea54ae
commit d373491c76
No known key found for this signature in database
5 changed files with 8 additions and 17 deletions

View file

@ -23,7 +23,6 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("src/assets");
eleventyConfig.addPassthroughCopy("api");
eleventyConfig.addPassthroughCopy("bootstrap.php");
eleventyConfig.addPassthroughCopy("config/dynamic");
eleventyConfig.addPassthroughCopy({
"node_modules/minisearch/dist/umd/index.js":
"assets/scripts/components/minisearch.js",