Skip to content

Commit 2880d77

Browse files
committed
fix: exclude labs paths from sitemap
1 parent 3b8edee commit 2880d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next-sitemap.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const pathLevelToPriority = {
1010
3: 0.7,
1111
};
1212

13-
const EXCLUDED_PATHS = ['/feed.xml'];
13+
const EXCLUDED_PATHS = ['/feed.xml', '/labs/*'];
1414

1515
const getPathDepthLevel = (urlPath) => {
1616
if (urlPath === '/') {

0 commit comments

Comments
 (0)