Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
export
function
absoluteUrl(path: string) {
18
// return `${process.env.NEXT_PUBLIC_APP_URL}${path}`
19
return
"http://localhost:3000"
+ path
20
}
Callers
1
generateMetadata
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected