From 91460932fecfc794925c852e7bfcb85c11cc554d Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 12 Oct 2022 17:16:10 +0100 Subject: [PATCH] website: fix contact page --- website/.eleventy.js | 1 + 1 file changed, 1 insertion(+) 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")