A few more content image types
This commit is contained in:
parent
3d57dc956f
commit
91c45f84b9
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user