build: 🔧 add missing watch target for base css files
This commit is contained in:
parent
b1dc1d8ad9
commit
36392c675b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const IMAGE_TRANSFORM_OPTS = {
|
|||
};
|
||||
|
||||
export default async function (eleventyConfig) {
|
||||
eleventyConfig.addWatchTarget("./src/css/")
|
||||
eleventyConfig.addPassthroughCopy("./src/fonts/");
|
||||
|
||||
eleventyConfig.addCollection('sebin', (collection) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue