Skip to content

Commit c8f2a6d

Browse files
committed
test
1 parent b17821e commit c8f2a6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/gitbook/src/components/SiteSections/SiteSectionTabs.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,10 @@ export function SiteSectionTabs(props: { sections: ClientSiteSections }) {
101101
) : (
102102
<NavigationMenu.Link asChild>
103103
<SectionTab
104-
url={sectionOrGroup.url}
104+
url={sectionOrGroup.url.replace(
105+
'https://',
106+
'https://pr3057.gitbook-open.pages.dev/'
107+
)}
105108
isActive={isActive}
106109
title={title}
107110
icon={icon ? (icon as IconName) : undefined}

0 commit comments

Comments
 (0)