summary refs log tree commit diff
path: root/eleventy.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eleventy.config.js')
-rw-r--r--eleventy.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/eleventy.config.js b/eleventy.config.js
index 07da99d..7268139 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -28,8 +28,9 @@ module.exports = function(eleventyConfig) {
 	eleventyConfig.addPlugin(eleventyRss)
 
 	eleventyConfig.addPassthroughCopy('./css/')
-	eleventyConfig.addPassthroughCopy('./img/')
 	eleventyConfig.addPassthroughCopy('./files/')
+	eleventyConfig.addPassthroughCopy('./img/')
+	eleventyConfig.addPassthroughCopy('./js/')
 
 	eleventyConfig.addFilter('local_date', filter_local_date)
 	eleventyConfig.addFilter('rfc3339_datetime', filter_rfc3339_datetime)