Skip to content

Commit

Permalink
fix: attempt to make wrapped static
Browse files Browse the repository at this point in the history
  • Loading branch information
bautistaaa committed May 30, 2024
1 parent afff24f commit 7db0825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/app/[locale]/aot-2023/wrapped/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { LeastSolved } from './_components/least-solved';
import { MostSolved } from './_components/most-solved';
import { UserSummary } from './_components/user-summary';

export const dynamic = 'force-static';
export const dynamicParams = false;
export function generateStaticParams() {
return getStaticParams();
Expand Down

0 comments on commit 7db0825

Please sign in to comment.