Skip to content

Commit

Permalink
docs: demo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Sep 15, 2024
1 parent 95f912b commit dc8b5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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('elements/*/demo/**/*.{svg,jpg,jpeg,png}');
eleventyConfig.addPassthroughCopy('docs/CNAME');
eleventyConfig.addPassthroughCopy('docs/.nojekyll');
eleventyConfig.addPassthroughCopy('docs/robots.txt');
Expand Down

0 comments on commit dc8b5f1

Please sign in to comment.