Skip to content

Commit

Permalink
Update generateSubDomainUrl.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
itizawa authored Sep 16, 2024
1 parent 508c8ec commit 7f2918c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export const generateSubDomainUrl = (subDomain: string) => {
// NOTE: ローカルでサブドメインは扱えないので直接ドメインの後ろにつける
return `http://localhost:3000/${subDomain}`;
}
return `https://${subDomain}.${currentHost}`;
return `https://${subDomain}.wiscro.app`;
};

0 comments on commit 7f2918c

Please sign in to comment.