Add link to generate links in PDF mode

This commit is contained in:
Samy Pessé
2023-11-03 16:59:37 -04:00
parent 85af5fd4e2
commit 2d4faaf396
11 changed files with 177 additions and 97 deletions
@@ -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',