diff --git a/next.config.js b/next.config.js index fd93748c8c..fa5bc84e10 100644 --- a/next.config.js +++ b/next.config.js @@ -13,8 +13,8 @@ module.exports = withTM({ async headers() { return [ { - // matching all routes, because we redirect to API in rewrites - source: "/:path*", + // matching all API routes + source: "/api/:path*", headers: [ { key: "Access-Control-Allow-Credentials", value: "true" }, { key: "Access-Control-Allow-Origin", value: "*" },