Skip to content

Commit

Permalink
Correct config for edit url
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerGeek committed Apr 2, 2024
1 parent e6f22c5 commit dcb1530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(deployURL) {
var currentRepository = process.env.GITHUB_REPOSITORY
var editUrl = "https://github.com/okd-project/okd-web/tree/main/"
if(currentRepository) {
editUrl = "https://github.com/" + editUrl + "/tree/main/"
editUrl = "https://github.com/" + currentRepository + "/tree/main/"
}

const config: Config = {
Expand Down

0 comments on commit dcb1530

Please sign in to comment.