From 496e34eca298c69cf01bde374d5a2bd21939a868 Mon Sep 17 00:00:00 2001 From: suroh Date: Thu, 16 Nov 2023 15:57:49 +0100 Subject: [PATCH] added admin page to work.suroh --- .eleventy.js | 3 +++ 1 file changed, 3 insertions(+) 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/**')