fix: addPassthroughCopy not a the right place

This commit is contained in:
Laureηt 2020-11-19 16:00:39 +01:00
parent 5b6f7507b7
commit 066e25cf21

View file

@ -1,11 +1,11 @@
eleventyConfig.addPassthroughCopy({
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js"
});
module.exports = function(eleventyConfig) { module.exports = function(eleventyConfig) {
eleventyConfig.addPassthroughCopy('page/css') eleventyConfig.addPassthroughCopy('page/css')
eleventyConfig.addPassthroughCopy({
"node_modules/chaffle/docs/chaffle.min.js": "javascript/chaffle.min.js"
});
return { return {
dir: { dir: {
input: "pages" input: "pages"