Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
typeling1578 committed Dec 22, 2024
2 parents 06c0198 + de7d0cb commit d1db2c4
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 d1db2c4

Please sign in to comment.