Skip to content

Commit

Permalink
CHORE: export force dynamic on /search
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmg committed Aug 1, 2024
1 parent 5ede76a commit f4a1163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/search/[query]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export const dynamic = "force-dynamic";
import SearchResultsTable from "@/components/SearchResultsTable";
import { getBaseURL, getQueryClient } from "@/lib/utils";
import { dehydrate, HydrationBoundary } from "@tanstack/react-query";
Expand Down

0 comments on commit f4a1163

Please sign in to comment.