From ce81714c2bda3265b4115db97e9073f032ce1934 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 11 Oct 2022 18:05:32 +0200 Subject: [PATCH] trying to get the bkg working with a passthrough --- .eleventy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index 07fc0e7..15165b6 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -24,11 +24,11 @@ module.exports = function (eleventyConfig) { eleventyConfig.addPassthroughCopy("./src/assets/js"); // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.png'); // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.svg'); - // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.jpg'); + eleventyConfig.addPassthroughCopy('src/assets/images/**/*.jpg'); // eleventyConfig.addPassthroughCopy('src/assets/images/**/*.gif'); - if (false) {//(process.env.ELEVENTY_ENV === "production") { + if (true) {//(process.env.ELEVENTY_ENV === "production") { eleventyConfig.addPlugin(img2picture, { // Should be same as Eleventy input folder set using `dir.input`. eleventyInputDir: "src",