diff --git a/eleventy.config.js b/eleventy.config.js index 4b9fcde..f21c622 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -1413,6 +1413,7 @@ export default function (eleventyConfig) { /^\/search\//, /^\/graph\//, /^\/sitemap\.xml$/, + /^\/\.interface-design\//, ]; try { const walkHtml = (base, prefix = "") => {