Skip to content

Commit 39e0538

Browse files
committed
fix: Update to subdomain
1 parent 0847f8e commit 39e0538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const nextConfig = {
8181
if (process.env.NEXT_PUBLIC_IS_CAP === "true") {
8282
rewrites.push({
8383
source: "/help/:path*",
84-
destination: "https://intercom.help/capsoftware/en/:path*",
84+
destination: "https://helpcenter.cap.so/en/:path*",
8585
});
8686
}
8787

0 commit comments

Comments
 (0)