mirror of
https://github.com/svemagie/blog-eleventy-indiekit.git
synced 2026-05-15 06:58:50 +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