We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61248c commit 374a3e7Copy full SHA for 374a3e7
.eleventy.js
@@ -9,7 +9,7 @@ module.exports = function(eleventyConfig) {
9
eleventyConfig.addPassthroughCopy("src/site/img");
10
eleventyConfig.addPassthroughCopy({
11
"src/js": "js",
12
- "node_modules/@zachleat/filter-container/*.js": "js",
+ "./node_modules/@zachleat/filter-container/*.js": "js",
13
});
14
15
// Date helper
0 commit comments