Skip to content

Commit

Permalink
fix: opt billing page forcefully out of static generation (formbricks…
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamPalriwala authored Nov 9, 2023
1 parent 7acd2cc commit a2df7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/app/(app)/billing-confirmation/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";

import ConfirmationPage from "./components/ConfirmationPage";

export default function BillingConfirmation({ searchParams }) {
Expand Down

0 comments on commit a2df7ab

Please sign in to comment.