Skip to content

Commit 4162e5e

Browse files
rewrite config for connect demo app
1 parent e2a5d98 commit 4162e5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-v2/next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,10 @@ export default withNextra({
545545
},
546546
async rewrites() {
547547
return [
548+
{
549+
source: "/connect/demo/:path*",
550+
destination: "https://pipedream-connect-demo.vercel.app/:path*",
551+
},
548552
{
549553
source: "/shopify-faq-2023-10",
550554
destination: "/deprecated/shopify-faq-2023-10",

0 commit comments

Comments
 (0)