A few more content image types

This commit is contained in:
Zach Leatherman 2023-01-24 08:10:42 -06:00
parent 3d57dc956f
commit 91c45f84b9

View File

@ -17,8 +17,8 @@ module.exports = function(eleventyConfig) {
// Run Eleventy when these files change:
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
// Process content images to the image pipeline.
eleventyConfig.addWatchTarget("content/**/*.{png,jpeg}");
// Watch content images for the image pipeline.
eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}");
// App plugins
eleventyConfig.addPlugin(require("./eleventy.config.drafts.js"));