Hardcode URL Differently #9

Closed
Quaternions wants to merge 2 commits from api-url into staging

@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
return [ return [
{ {
source: "/api/:path*", source: "/api/:path*",
destination: "http://localhost:8082/v1/:path*" destination: "/v1/:path*"
} }
] ]
}, },