Skip to content

Commit c30ed46

Browse files
authored
Bump meta links resolution percentage to 50% (#3807)
1 parent fc98a4a commit c30ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/SitePage/SitePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ async function resolvePageMetaLinks(
363363
* Determine whether to resolve meta links for a site based on a percentage rollout.
364364
*/
365365
function shouldResolveMetaLinks(siteId: string): boolean {
366-
const META_LINKS_PERCENTAGE_ROLLOUT = 25;
366+
const META_LINKS_PERCENTAGE_ROLLOUT = 50;
367367
const ALLOWED_SITES: Record<string, boolean> = {
368368
site_CZrtk: true,
369369
};

0 commit comments

Comments
 (0)