Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llama1
/
sunatest
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sunatest
/
frontend
/
src
/
lib
/
full-invitation-url.ts
llama1
Upload 781 files
5da4770
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
130 Bytes
export
default
function
fullInvitationUrl
(
token:
string
) {
return
`
${process.env.NEXT_PUBLIC_URL}
/invitation?token=
${token}
`
;
}