Skip to content

Commit a555b8c

Browse files
authored
fix docsearch:version metatag (#1056)
For the crawler to index content from version v12
1 parent c62659d commit a555b8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Meta.res

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ let make = (
7272
name="docsearch:version"
7373
content={switch version {
7474
| Some(Version(v)) => v
75+
| Some(Latest) => Constants.versions.latest
76+
| Some(Next) => Constants.versions.next
7577
| _ => Constants.versions.latest
7678
}}
7779
/>

0 commit comments

Comments
 (0)