style: 🗑️ remove code that's no longer being used
This commit is contained in:
parent
527ede261b
commit
af10e21a87
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue