diff --git a/eleventy.config.js b/eleventy.config.js index 98dc35b..2f4ceee 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -18,8 +18,8 @@ const IMAGE_TRANSFORM_OPTS = { }; export default async function (eleventyConfig) { - eleventyConfig.addWatchTarget("./src/css/") - eleventyConfig.addPassthroughCopy("./src/fonts/"); + eleventyConfig.addWatchTarget('./src/css/'); + eleventyConfig.addPassthroughCopy('./src/fonts/'); eleventyConfig.addCollection('sebin', (collection) => collection.getFilteredByGlob('./src/sebin/*.md')