Skip to content

Commit 1d54f0f

Browse files
authored
Merge pull request #1813 from yamcodes/dev
Sync `dev` → `main`
2 parents a3a779a + 3e1e9e0 commit 1d54f0f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

apps/www/next.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ const config = {
7979
source: `${POSTHOG_PROXY_PREFIX}/:path*`,
8080
destination: `${POSTHOG_API_ENDPOINT}/:path*`,
8181
},
82+
/**
83+
* Proxy TanStack CLI add-on to v1 preview during alpha.
84+
* Keeps v1 as the single source of truth for template updates.
85+
* TODO(v1-ga): Remove this rewrite once v1 is merged into dev/main.
86+
*/
87+
{
88+
source: "/tanstack/:path*",
89+
destination: "https://arkenv-v1.vercel.app/tanstack/:path*",
90+
},
8291
];
8392
},
8493
// This is required to support PostHog trailing slash API requests

0 commit comments

Comments
 (0)