79201532

Date: 2024-11-18 21:55:52
Score: 1.5
Natty:
Report link
async rewrites() {
    return [
        {
            source: "/api/:path*",
            destination: "https://example-prod-url/api/:path*",
        },
    ];
},

I found this was in our next config. Which makes a lot of sense now why this was behaving the way it was.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nico