MCPcopy Create free account
hub / github.com/AnswerOverflow/AnswerOverflow / makeMainSiteLink

Function makeMainSiteLink

packages/constants/src/links.ts:51–53  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

49};
50
51export const makeMainSiteLink = (path: string) => {
52 return `${getBaseUrl()}${path.startsWith('/') ? path : `/${path}`}`;
53};

Callers 2

SignInButtonFunction · 0.90
middlewareFunction · 0.90

Calls 1

getBaseUrlFunction · 0.70

Tested by

no test coverage detected