Skip to content

Commit 6d8fdd3

Browse files
authored
Update page.tsx
1 parent 448085f commit 6d8fdd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function createRelativeLink(repository: RepositoryConfig, version: VersionConfig
136136
const extractPaths = href.split('/').map((part) => getFileSlug(part)) || [];
137137
const existPage = null;//source.getPage([repository.repo, version.version, ...extractPaths]);
138138
if (existPage) {
139-
return existPage.url;
139+
//return existPage.url;
140140
}
141141

142142
let repositoryUrl = `${repository.repository_url}/blob/${version.github_branch || version.version}/${href}`;

0 commit comments

Comments
 (0)