Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/examples
/ rewrites
Function
rewrites
python/vibe-coding-ide/frontend/next.config.ts:4–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
const
nextConfig: NextConfig = {
4
async
rewrites() {
5
return
[
6
{
7
source:
'/api/:path*'
,
8
destination:
'http://localhost:8081/api/:path*'
,
9
},
10
]
11
},
12
}
13
14
export
default nextConfig
Callers
3
withConfigcat
Function · 0.50
withUpstash
Function · 0.50
withCountryInfo
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected