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 fc98a4a commit c30ed46Copy full SHA for c30ed46
packages/gitbook/src/components/SitePage/SitePage.tsx
@@ -363,7 +363,7 @@ async function resolvePageMetaLinks(
363
* Determine whether to resolve meta links for a site based on a percentage rollout.
364
*/
365
function shouldResolveMetaLinks(siteId: string): boolean {
366
- const META_LINKS_PERCENTAGE_ROLLOUT = 25;
+ const META_LINKS_PERCENTAGE_ROLLOUT = 50;
367
const ALLOWED_SITES: Record<string, boolean> = {
368
site_CZrtk: true,
369
};
0 commit comments