We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fedc01 commit 0986d38Copy full SHA for 0986d38
apps/site/app/[locale]/download/archive/[version]/page.tsx
@@ -24,7 +24,7 @@ export const generateMetadata = basePage.generateMetadata;
24
// - If `ENABLE_STATIC_EXPORT_LOCALE` is true, generates paths for all available locales
25
// - Otherwise, generates paths only for the default locale
26
// @see https://nextjs.org/docs/app/api-reference/functions/generate-static-params
27
-export const generateStaticParams = () => {
+export const generateStaticParams = async () => {
28
// Return an empty array if static export is disabled
29
if (!ENABLE_STATIC_EXPORT) {
30
return [];
0 commit comments