(username: string)
| 6 | } |
| 7 | |
| 8 | export function getSelfSoUrl(username: string) { |
| 9 | const domain = |
| 10 | process.env.NODE_ENV === 'development' |
| 11 | ? 'http://localhost:3000' |
| 12 | : 'https://self.so'; |
| 13 | return `${domain}/${username}`; |
| 14 | } |
| 15 | |
| 16 | export const TOGETHER_LINK = 'https://togetherai.link/?utm_source=self.so&utm_medium=referral&utm_campaign=example-app'; |
no outgoing calls
no test coverage detected