style: 🩹 normalize usage of quotes

This commit is contained in:
Sebin Nyshkim 2025-04-10 20:47:18 +02:00
parent 8c21edac0e
commit 980e1f0463

View file

@ -18,8 +18,8 @@ const IMAGE_TRANSFORM_OPTS = {
}; };
export default async function (eleventyConfig) { export default async function (eleventyConfig) {
eleventyConfig.addWatchTarget("./src/css/") eleventyConfig.addWatchTarget('./src/css/');
eleventyConfig.addPassthroughCopy("./src/fonts/"); eleventyConfig.addPassthroughCopy('./src/fonts/');
eleventyConfig.addCollection('sebin', (collection) => eleventyConfig.addCollection('sebin', (collection) =>
collection.getFilteredByGlob('./src/sebin/*.md') collection.getFilteredByGlob('./src/sebin/*.md')