MCPcopy Create free account
hub / github.com/ShaanCoding/makeread.me / absoluteUrl

Function absoluteUrl

frontend/lib/utils.ts:17–20  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

15}
16
17export function absoluteUrl(path: string) {
18 // return `${process.env.NEXT_PUBLIC_APP_URL}${path}`
19 return "http://localhost:3000" + path
20}

Callers 1

generateMetadataFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected