Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ ConfigPage
Function
ConfigPage
web/src/app/config/page.tsx:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import { redirect } from
'next/navigation'
2
3
export default function ConfigPage() {
4
redirect(
'/docs/advanced#configuration'
)
5
}
Callers
nothing calls this directly
Calls
1
redirect
Function · 0.50
Tested by
no test coverage detected