mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 18:43:29 +00:00
Add link to generate links in PDF mode
This commit is contained in:
@@ -15,7 +15,7 @@ export function PageDocumentItem(props: {
|
||||
const hasActiveDescendant = ancestors.some((ancestor) => ancestor.id === page.id);
|
||||
|
||||
const linkProps = {
|
||||
href: pageHref(page.path || ''),
|
||||
href: pageHref(page),
|
||||
className: tcls(
|
||||
'flex',
|
||||
'flex-row',
|
||||
|
||||
Reference in New Issue
Block a user