We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b6cb6b + d255708 commit c641773Copy full SHA for c641773
src/ui/views/RepoList/Components/RepoOverview.jsx
@@ -585,7 +585,7 @@ export default function Repositories(props) {
585
};
586
587
const { project: org, name } = props?.data || {};
588
- const cloneURL = `${import.meta.env.VITE_SERVER_URI}/${org}/${name}.git`;
+ const cloneURL = `${window.location.origin.toString()}/${org}/${name}.git`;
589
590
return (
591
<TableRow>
0 commit comments