diff --git a/eleventy.config.js b/eleventy.config.js index c57d244..e23b93b 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -25,9 +25,6 @@ export default async function (eleventyConfig) { eleventyConfig.addPassthroughCopy('./src/fonts/'); eleventyConfig.addWatchTarget('./src/fonts/'); - // eleventyConfig.addPassthroughCopy('./src/img/'); - // eleventyConfig.addWatchTarget('./src/img/'); - eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md')); eleventyConfig.addPlugin(eleventyPluginCiu);