Skip to content

Commit 82f37cc

Browse files
authored
Use the correct BP build in docs (#312)
1 parent e732aff commit 82f37cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro-theme/replace-variables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { visit } from "unist-util-visit";
22

33
const replacements = {
44
CX_LATEST: "1.1.5",
5-
BP_LATEST: "1.0",
5+
BP_LATEST: "0.9.2",
66
};
77

88
export function remarkReplaceVars() {

0 commit comments

Comments
 (0)