MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / redirects

Function redirects

next.config.ts:6–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const nextConfig: NextConfig = {
5 devIndicators: false,
6 async redirects() {
7 return [
8 {
9 source: "/",
10 destination: "/workflows",
11 permanent: false,
12 }
13 ];
14 },
15};
16
17export default withSentryConfig(nextConfig, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected