Skip to content

Commit

Permalink
sync with main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 8, 2024
1 parent 9dcfa86 commit 9988bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@
.get(containingPath(absPath))
?.files.find(({ name }) => name === absPath.split('/').pop())
?.url ||
window.GLOBAL_CONFIG.SCF_GATEWAY.replace('/$', '') + absPath
window.GLOBAL_CONFIG.SCF_GATEWAY.replace(/\/$/, '') + absPath
);
};

Expand Down

0 comments on commit 9988bff

Please sign in to comment.