Skip to content

Commit 1fc5ece

Browse files
committed
Add "noIndex" property to /next/ versioned docs
1 parent 999f4d4 commit 1fc5ece

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ const config: Config = {
8989
"0.11": {
9090
noIndex: true,
9191
},
92+
"current": { // This refers to "/docs/next/"
93+
noIndex: true,
94+
},
9295
},
9396
},
9497
blog: {

0 commit comments

Comments
 (0)