We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f5b384 + 0fb9be4 commit cfc7f76Copy full SHA for cfc7f76
1 file changed
apps/web/proxy.ts
@@ -48,6 +48,7 @@ export async function proxy(request: NextRequest) {
48
path.startsWith("/signup") ||
49
path.startsWith("/invite") ||
50
path.startsWith("/self-hosting") ||
51
+ path.startsWith("/download") ||
52
path.startsWith("/terms") ||
53
path.startsWith("/verify-otp")
54
) &&
0 commit comments