Skip to content

Commit

Permalink
remove force-dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
typeling1578 committed Dec 22, 2024
1 parent 97efcc6 commit de7d0cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/[lang]/download/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ type DownloadProps = {
children: React.ReactNode;
};

export const dynamic = 'force-dynamic';

export default async function Download({params: {lang}, children}: DownloadProps) {
const dict = await getDictionary(lang);
return (
Expand Down

0 comments on commit de7d0cb

Please sign in to comment.