From 95f912bab31a94e22eb7ed9169c4329f61c6e512 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Sun, 15 Sep 2024 11:59:22 +0300 Subject: [PATCH] docs: copy demo assets --- eleventy.config.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/eleventy.config.cjs b/eleventy.config.cjs index 75301f5a03..f464329f65 100644 --- a/eleventy.config.cjs +++ b/eleventy.config.cjs @@ -42,6 +42,7 @@ module.exports = function(eleventyConfig) { eleventyConfig.watchIgnores?.add('elements/*/test/'); eleventyConfig.watchIgnores?.add('lib/elements/*/test/'); eleventyConfig.addPassthroughCopy('docs/patterns/**/*.{svg,jpg,jpeg,png}'); + eleventyConfig.addPassthroughCopy('elements/*/demo/*.{svg,jpg,jpeg,png}'); eleventyConfig.addPassthroughCopy('docs/CNAME'); eleventyConfig.addPassthroughCopy('docs/.nojekyll'); eleventyConfig.addPassthroughCopy('docs/robots.txt');