diff --git a/apps/docs/next.config.js b/apps/docs/next.config.js index 4ac7da5029..3f12a90bb9 100644 --- a/apps/docs/next.config.js +++ b/apps/docs/next.config.js @@ -6,6 +6,6 @@ const withNextra = require("nextra")({ module.exports = withNextra({ async rewrites() { - return [{ basePath: false, source: "/api", destination: "https://swagger-beta.vercel.app" }]; + return [{ basePath: false, source: "/api", destination: "https://developer.cal.com" }]; }, });