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 e2a5d98 commit 4162e5eCopy full SHA for 4162e5e
docs-v2/next.config.mjs
@@ -545,6 +545,10 @@ export default withNextra({
545
},
546
async rewrites() {
547
return [
548
+ {
549
+ source: "/connect/demo/:path*",
550
+ destination: "https://pipedream-connect-demo.vercel.app/:path*",
551
+ },
552
{
553
source: "/shopify-faq-2023-10",
554
destination: "/deprecated/shopify-faq-2023-10",
0 commit comments