Skip to content

Commit

Permalink
make /m dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 19, 2024
1 parent 68d7da0 commit 0b5d79d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trade.renegade.fi/app/(mobile)/m/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { getTokenBannerData } from "@/lib/utils"
import { MobileBody } from "./body"
import { MobileNav } from "./main-nav"

export const dynamic = "force-dynamic";

const renegade = new Renegade({
relayerHostname: env.NEXT_PUBLIC_RENEGADE_RELAYER_HOSTNAME,
relayerHttpPort: 3000,
Expand Down

0 comments on commit 0b5d79d

Please sign in to comment.