diff --git a/.eleventy.js b/.eleventy.js index 00dded1..aff7409 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -41,8 +41,8 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("vendor"); eleventyConfig.addPassthroughCopy({"node_modules/bootstrap-icons": "vendor/bootstrap-icons"}); eleventyConfig.addPassthroughCopy({ - "node_modules/jquery/dist/jquery.min.js": "vendor", - "node_modules/jquery/dist/jquery.min.map": "vendor" + "node_modules/jquery/dist/jquery.min.js": "vendor/jquery.min.js", + "node_modules/jquery/dist/jquery.min.map": "vendor/jquery.min.map" }); // eleventyConfig.addPassthroughCopy({"node_modules/normalize.css/normalize.css": "vendor/normalize.css"});