fix: exclude .interface-design from sitemap
This commit is contained in:
@@ -1413,6 +1413,7 @@ export default function (eleventyConfig) {
|
|||||||
/^\/search\//,
|
/^\/search\//,
|
||||||
/^\/graph\//,
|
/^\/graph\//,
|
||||||
/^\/sitemap\.xml$/,
|
/^\/sitemap\.xml$/,
|
||||||
|
/^\/\.interface-design\//,
|
||||||
];
|
];
|
||||||
try {
|
try {
|
||||||
const walkHtml = (base, prefix = "") => {
|
const walkHtml = (base, prefix = "") => {
|
||||||
|
|||||||
Reference in New Issue
Block a user