Skip to content

Commit 87f2dfd

Browse files
authored
fix: Fix the JSDoc missing assets on 11ty (#1569)
1 parent c4490fc commit 87f2dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = function (eleventyConfig) {
6868
eleventyConfig.addWatchTarget("./docs/**/*.{css,md,svg,png}");
6969
eleventyConfig.addWatchTarget("./elements/*/{dist,demo,docs}");
7070

71-
eleventyConfig.addPassthroughCopy("./elements/*/demo/*");
71+
eleventyConfig.addPassthroughCopy("./elements/*/demo/**");
7272
eleventyConfig.addPassthroughCopy("./elements/*/dist/*");
7373
eleventyConfig.addPassthroughCopy("./elements/*/docs/*");
7474
// @TODO: Migrate these to use the preview image in the docs folder

0 commit comments

Comments
 (0)