fix: Add 'src/_docs' to 11ty passthrough config
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user