Skip to content

Commit 448085f

Browse files
authored
Wip
1 parent a84bf99 commit 448085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function createRelativeLink(repository: RepositoryConfig, version: VersionConfig
134134
}
135135

136136
const extractPaths = href.split('/').map((part) => getFileSlug(part)) || [];
137-
const existPage = source.getPage([repository.repo, version.version, ...extractPaths]);
137+
const existPage = null;//source.getPage([repository.repo, version.version, ...extractPaths]);
138138
if (existPage) {
139139
return existPage.url;
140140
}

0 commit comments

Comments
 (0)