fix: useless addPassthroughCopy
This commit is contained in:
parent
2cc7cd4ffe
commit
e00ac8b332
|
@ -1,7 +1,6 @@
|
||||||
module.exports = function(eleventyConfig) {
|
module.exports = function(eleventyConfig) {
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy('pages/css')
|
eleventyConfig.addPassthroughCopy('pages/css')
|
||||||
eleventyConfig.addPassthroughCopy('pages/ePortfolio')
|
|
||||||
eleventyConfig.addPassthroughCopy('pages/content')
|
eleventyConfig.addPassthroughCopy('pages/content')
|
||||||
|
|
||||||
eleventyConfig.addPassthroughCopy({
|
eleventyConfig.addPassthroughCopy({
|
||||||
|
|
Reference in a new issue