We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e732aff commit 82f37ccCopy full SHA for 82f37cc
packages/astro-theme/replace-variables.ts
@@ -2,7 +2,7 @@ import { visit } from "unist-util-visit";
2
3
const replacements = {
4
CX_LATEST: "1.1.5",
5
- BP_LATEST: "1.0",
+ BP_LATEST: "0.9.2",
6
};
7
8
export function remarkReplaceVars() {
0 commit comments