mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 18:13:29 +00:00
Fix typing
This commit is contained in:
@@ -366,7 +366,7 @@ async function resolveContentRefInSpace(
|
||||
ancestors: [
|
||||
{
|
||||
label: space.title,
|
||||
href: baseURL,
|
||||
href: baseURL.toString(),
|
||||
},
|
||||
...(resolved.ancestors ?? []),
|
||||
].filter(filterOutNullable),
|
||||
|
||||
Reference in New Issue
Block a user