diff --git a/website/.eleventy.js b/website/.eleventy.js index b9deb03b1e..e4f5b85da8 100644 --- a/website/.eleventy.js +++ b/website/.eleventy.js @@ -10,6 +10,7 @@ module.exports = function (ty) { ty.addPassthroughCopy("src/img") ty.addPassthroughCopy("src/css") ty.addPassthroughCopy("src/js") + ty.addPassthroughCopy("src/contact/*.js") ty.addPassthroughCopy("src/call") ty.addPassthroughCopy("src/blog/images") ty.addPassthroughCopy("src/images")