Skip to content

Commit 96eb5f5

Browse files
committed
Add the v2 to the sitemap:
1 parent 82bc7c2 commit 96eb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescriptlang-org/gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
resolve: `gatsby-plugin-sitemap`,
6767
options: {
6868
// Skip handbook v2 from appearing in search
69-
excludes: [`*/2/*`, `*/glossary`, `*/vo/*`],
69+
excludes: [`*/glossary`, `*/vo/*`],
7070
},
7171
},
7272
// Lets you edit the head from inside a react tree

0 commit comments

Comments
 (0)