Skip to content

Commit

Permalink
use force-dynamic in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevo committed May 16, 2024
1 parent e18ba2d commit f5366ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/example/src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { NextPostgrestSwagger } from "next-postgrest";
import { Swagger } from "./_components/swagger";

export const dynamic = "force-dynamic";

export default async function Page() {
const spec = await NextPostgrestSwagger({
url: "http://localhost:3333",
Expand Down

0 comments on commit f5366ca

Please sign in to comment.