Skip to content

Commit

Permalink
fix: community page redirect cache
Browse files Browse the repository at this point in the history
  • Loading branch information
RUNFUNRUN committed Aug 5, 2024
1 parent 0e559d0 commit 7daa377
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(default)/community/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { ArtCards, SkeletonCards } from '@/components/art-cards';
import type { Metadata } from 'next';
import { Suspense } from 'react';

export const dynamic = 'force-dynamic';

const ArtsList = async () => {
const arts = await prisma.art.findMany({
orderBy: {
Expand Down

0 comments on commit 7daa377

Please sign in to comment.