diff --git a/.changeset/moody-maps-chew.md b/.changeset/moody-maps-chew.md new file mode 100644 index 000000000..0c06afc2a --- /dev/null +++ b/.changeset/moody-maps-chew.md @@ -0,0 +1,5 @@ +--- +"gitbook": patch +--- + +Fix resolution of links in reusable contents diff --git a/packages/gitbook/src/components/DocumentView/ReusableContent.tsx b/packages/gitbook/src/components/DocumentView/ReusableContent.tsx index bbf2d23f7..ccb66babd 100644 --- a/packages/gitbook/src/components/DocumentView/ReusableContent.tsx +++ b/packages/gitbook/src/components/DocumentView/ReusableContent.tsx @@ -46,14 +46,21 @@ export async function ReusableContent(props: BlockProps