mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-07-27 22:16:03 +02:00
fix: exclude .interface-design from sitemap
This commit is contained in:
@@ -1413,6 +1413,7 @@ export default function (eleventyConfig) {
|
||||
/^\/search\//,
|
||||
/^\/graph\//,
|
||||
/^\/sitemap\.xml$/,
|
||||
/^\/\.interface-design\//,
|
||||
];
|
||||
try {
|
||||
const walkHtml = (base, prefix = "") => {
|
||||
|
||||
Reference in New Issue
Block a user