diff --git a/.eleventy.js b/.eleventy.js index 79197dd..3f4c5ab 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -1,8 +1,8 @@ module.exports = function (eleventyConfig) { - // ✅ Pass through static assets to the root of output eleventyConfig.addPassthroughCopy({ "src/images": "images" }); eleventyConfig.addPassthroughCopy({ "src/styles": "styles" }); eleventyConfig.addPassthroughCopy({ "src/scripts": "scripts" }); + eleventyConfig.addPassthroughCopy({ "src/_docs": "_docs" }) return { dir: {