Skip to content

Commit 374a3e7

Browse files
committed
Weird bug with JS asset aggregation
1 parent c61248c commit 374a3e7

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
@@ -9,7 +9,7 @@ module.exports = function(eleventyConfig) {
99
eleventyConfig.addPassthroughCopy("src/site/img");
1010
eleventyConfig.addPassthroughCopy({
1111
"src/js": "js",
12-
"node_modules/@zachleat/filter-container/*.js": "js",
12+
"./node_modules/@zachleat/filter-container/*.js": "js",
1313
});
1414

1515
// Date helper

0 commit comments

Comments
 (0)