Skip to content

Commit 2db8ddc

Browse files
fixup! make site work with the Cloudflare OpenNext adapter
1 parent e50ea68 commit 2db8ddc

File tree

1 file changed

+1
-1
lines changed
  • apps/site/app/[locale]/next-data/release-data

1 file changed

+1
-1
lines changed

apps/site/app/[locale]/next-data/release-data/route.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defaultLocale } from '@/next.locales.mjs';
55
// for generating static data related to the Node.js Release Data
66
// @see https://nextjs.org/docs/app/building-your-application/routing/router-handlers
77
export const GET = async () => {
8-
const releaseData = await provideReleaseData();
8+
const releaseData = provideReleaseData();
99

1010
return Response.json(releaseData);
1111
};

0 commit comments

Comments
 (0)