build: 🔧 add missing watch target for base css files

This commit is contained in:
Sebin Nyshkim 2025-04-09 19:59:00 +02:00
parent b1dc1d8ad9
commit 36392c675b

View file

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