diff --git a/.eleventy.js b/.eleventy.js index ecde608..103c7b3 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -87,6 +87,9 @@ module.exports = (config) => { // added passthrough for global assets config.addPassthroughCopy('assets') + // backend + config.addPassthroughCopy('office') + // added passthrough for images in their respective folders config.addPassthroughCopy('_content/**/images/**')