Skip to content

Commit

Permalink
fix: fix custom domain link in config page.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jul 12, 2024
1 parent bd51b54 commit 7295818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
});
const siteUrl = profile?.custom_domain
? profile.custom_domain
? `https://${profile.custom_domain}`
: `${publicUrl.protocol}//${userName}.${env.PUBLIC_DOMAIN}`;
</script>

Expand Down

0 comments on commit 7295818

Please sign in to comment.