diff --git a/eleventy.config.js b/eleventy.config.js index 537c4b9..223a01e 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -42,6 +42,8 @@ export default function (eleventyConfig) { eleventyConfig.watchIgnores.add("/app/data/site/**"); eleventyConfig.watchIgnores.add("_pagefind"); eleventyConfig.watchIgnores.add("_pagefind/**"); + eleventyConfig.watchIgnores.add(".cache/og"); + eleventyConfig.watchIgnores.add(".cache/og/**"); // Configure markdown-it with linkify enabled (auto-convert URLs to links) const md = markdownIt({