We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb35a78 commit 9e7ac5aCopy full SHA for 9e7ac5a
1 file changed
apps/web/app/page.tsx
@@ -1,5 +1,7 @@
1
import { Landing } from "../screens/Landing";
2
3
+export const dynamic = "force-dynamic";
4
+
5
export default async function Page(): Promise<JSX.Element> {
6
return (
7
<main>
0 commit comments