From af10e21a87bc258ed9999e38346723954a3c6ae6 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 19 Oct 2024 05:08:33 +0200 Subject: [PATCH] style: :wastebasket: remove code that's no longer being used --- eleventy.config.js | 3 --- 1 file changed, 3 deletions(-) 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);