From e2e122a692313ef0719a03dad808235e16f07cd3 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 4 Dec 2022 01:50:32 +0530 Subject: Adds PGP Keys Updates Contact pages --- .eleventy.js | 1 + 1 file changed, 1 insertion(+) (limited to '.eleventy.js') diff --git a/.eleventy.js b/.eleventy.js index fbf989e..c2b2086 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -13,6 +13,7 @@ module.exports = function (config) { }); config.addPassthroughCopy({ "src/css/fonts": "./fonts", + "src/files": "./files", }); config.addPassthroughCopy({ "src/images": "./images", -- cgit v1.2.3