Commit 6a706eb 1 parent 04528dd commit 6a706eb Copy full SHA for 6a706eb
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,7 @@ export default function (eleventyConfig) {
94
94
eleventyConfig . addPassthroughCopy ( 'src/content/assets/dash' ) ;
95
95
eleventyConfig . addPassthroughCopy ( 'src/content/assets/js' ) ;
96
96
eleventyConfig . addPassthroughCopy ( { 'site-shared/packages/inject_dartpad/lib/inject_dartpad.js' : 'assets/js/inject_dartpad.js' } ) ;
97
- eleventyConfig . addPassthroughCopy ( 'src/content/assets/img/404-bg-pattern.jpg' ) ;
98
- eleventyConfig . addPassthroughCopy ( 'src/content/assets/img/logo' ) ;
99
- eleventyConfig . addPassthroughCopy ( 'src/content/assets/img/social' ) ;
97
+ eleventyConfig . addPassthroughCopy ( 'src/content/assets/img' , { expand : true } ) ;
100
98
eleventyConfig . addPassthroughCopy ( 'src/content/f' , {
101
99
expand : true ,
102
100
filter : / ^ (? ! _ ) .+ / ,
You can’t perform that action at this time.
0 commit comments