Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ RedirectTo
Function
RedirectTo
apps/web/utilities/response.ts:11–18 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
9
}
10
11
export
function
RedirectTo(url: string) {
12
return
{
13
redirect: {
14
destination: url,
15
permanent: false,
16
},
17
};
18
}
Callers
14
redirectChannelToDomain
Function · 0.90
redirectThreadToDomain
Function · 0.90
getConfigurationsServerSideProps
Function · 0.90
getMetricsServerSideProps
Function · 0.90
threadGetServerSideProps
Function · 0.90
inboxGetServerSideProps
Function · 0.90
topicGetServerSideProps
Function · 0.90
ssrGetServerSideProps
Function · 0.90
getBrandingServerSideProps
Function · 0.90
channelGetServerSideProps
Function · 0.90
getChannelsSettingsServerSideProps
Function · 0.90
getPlansServerSideProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected