diff --git a/src/utils/index.ts b/src/utils/index.ts index 4e39a7c..f2da3cf 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -15,7 +15,7 @@ function getRandomElements(arr: any[], num: number) { } function getCompleteUrl(url: string) { - return `https:${username}.github.io/${url}`; + return `https://${username}.github.io/${url}`; } export { getRandomElements, getCompleteUrl };