Skip to content

Commit 2b50eca

Browse files
committed
fix: build
1 parent e0208f4 commit 2b50eca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/playground-web/src/app/connect/in-app-wallet/ecosystem/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export const dynamic = "force-dynamic";
12
import { CodeExample } from "@/components/code/code-example";
23
import { EcosystemConnectEmbed } from "../../../../components/in-app-wallet/ecosystem";
34
import { Profiles } from "../../../../components/in-app-wallet/profile-sections";

apps/playground-web/src/app/connect/in-app-wallet/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export const dynamic = "force-dynamic";
12
import { CodeExample } from "@/components/code/code-example";
23
import { InAppConnectEmbed } from "../../../components/in-app-wallet/connect-button";
34
import { Profiles } from "../../../components/in-app-wallet/profile-sections";

0 commit comments

Comments
 (0)