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 15, 2024
2 parents 737853c + fed8494 commit bfd54c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/[lang]/download/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type DownloadPageProps = {
};
}

export const dynamic = 'force-dynamic';
export const revalidate = 180;

export default async function DownloadPage({params: {lang}, searchParams}: DownloadPageProps) {
const dict = await getDictionary(lang);
Expand Down Expand Up @@ -138,4 +138,4 @@ export default async function DownloadPage({params: {lang}, searchParams}: Downl
{!release ? noRelease : platformSelect}
</div>
)
}
}

0 comments on commit bfd54c1

Please sign in to comment.