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