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:
|
// Run Eleventy when these files change:
|
||||||
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
|
// https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
|
||||||
|
|
||||||
// Process content images to the image pipeline.
|
// Watch content images for the image pipeline.
|
||||||
eleventyConfig.addWatchTarget("content/**/*.{png,jpeg}");
|
eleventyConfig.addWatchTarget("content/**/*.{svg,webp,png,jpeg}");
|
||||||
|
|
||||||
// App plugins
|
// App plugins
|
||||||
eleventyConfig.addPlugin(require("./eleventy.config.drafts.js"));
|
eleventyConfig.addPlugin(require("./eleventy.config.drafts.js"));
|
||||||
|
Loading…
Reference in New Issue
Block a user