fix: addPassthroughCopy not a the right place
This commit is contained in:
parent
5b6f7507b7
commit
066e25cf21
|
@ -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"
|
||||||
|
|
Reference in a new issue