We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0847f8e commit 39e0538Copy full SHA for 39e0538
apps/web/next.config.mjs
@@ -81,7 +81,7 @@ const nextConfig = {
81
if (process.env.NEXT_PUBLIC_IS_CAP === "true") {
82
rewrites.push({
83
source: "/help/:path*",
84
- destination: "https://intercom.help/capsoftware/en/:path*",
+ destination: "https://helpcenter.cap.so/en/:path*",
85
});
86
}
87
0 commit comments