website: fix contact page

This commit is contained in:
Evgeny Poberezkin
2022-10-12 17:16:10 +01:00
parent f70a203f0e
commit 91460932fe

View File

@@ -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")