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 3c18ec38fd
No known key found for this signature in database
3 changed files with 8 additions and 9 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",