chore(eleventy.config.js): remove old passthrough statement
This commit is contained in:
parent
c021ea54ae
commit
3c18ec38fd
3 changed files with 8 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue