From 980e1f04634809f52d42440bca1c7e89a14b1ed1 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Thu, 10 Apr 2025 20:47:18 +0200 Subject: [PATCH] style: :adhesive_bandage: normalize usage of quotes --- eleventy.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')