style: 🗑️ remove code that's no longer being used

This commit is contained in:
Sebin Nyshkim 2024-10-19 05:08:33 +02:00
parent 527ede261b
commit af10e21a87

View file

@ -25,9 +25,6 @@ export default async function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('./src/fonts/'); eleventyConfig.addPassthroughCopy('./src/fonts/');
eleventyConfig.addWatchTarget('./src/fonts/'); eleventyConfig.addWatchTarget('./src/fonts/');
// eleventyConfig.addPassthroughCopy('./src/img/');
// eleventyConfig.addWatchTarget('./src/img/');
eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md')); eleventyConfig.addCollection('posts', (collection) => collection.getFilteredByGlob('./src/posts/*.md'));
eleventyConfig.addPlugin(eleventyPluginCiu); eleventyConfig.addPlugin(eleventyPluginCiu);