Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ redirect-home.ts
File
redirect-home.ts
client/src/components/redirect-home.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ withPrefix } from
'gatsby'
;
2
import
createRedirect from
'./create-redirect'
;
3
4
export
default createRedirect(withPrefix(
'/'
));
Callers
nothing calls this directly
Calls
1
createRedirect
Function · 0.85
Tested by
no test coverage detected