Skip to content

Commit 0986d38

Browse files
committed
fixup! use async anyway
1 parent 1fedc01 commit 0986d38

File tree

1 file changed

+1
-1
lines changed
  • apps/site/app/[locale]/download/archive/[version]

1 file changed

+1
-1
lines changed

apps/site/app/[locale]/download/archive/[version]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const generateMetadata = basePage.generateMetadata;
2424
// - If `ENABLE_STATIC_EXPORT_LOCALE` is true, generates paths for all available locales
2525
// - Otherwise, generates paths only for the default locale
2626
// @see https://nextjs.org/docs/app/api-reference/functions/generate-static-params
27-
export const generateStaticParams = () => {
27+
export const generateStaticParams = async () => {
2828
// Return an empty array if static export is disabled
2929
if (!ENABLE_STATIC_EXPORT) {
3030
return [];

0 commit comments

Comments
 (0)