Skip to content

Commit 61deb63

Browse files
committed
Don't add docs of prior versions to the sitemap.xml file.
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 46f9be2 commit 61deb63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const config: Config = {
107107
},
108108
sitemap: {
109109
lastmod: "datetime",
110+
ignorePatterns: ['/docs/[0-9]*([0-9]).[0-9]*([0-9])/**'],
110111
},
111112
theme: {
112113
customCss: ['./src/css/custom.css', './src/css/telepresence.scss'],

0 commit comments

Comments
 (0)