Skip to content

Commit a806909

Browse files
authored
Update packages/cloudflare/src/cli/build/patches/plugins/next-server.ts
1 parent 911f96c commit a806909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/build/patches/plugins/next-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { ContentUpdater, Plugin } from "@opennextjs/aws/plugins/content-upd
1414
import { getCrossPlatformPathRegex } from "@opennextjs/aws/utils/regex.js";
1515

1616
export function patchNextServer(updater: ContentUpdater, buildOpts: BuildOptions): Plugin {
17-
return updater.updateContent("inline-build-id", [
17+
return updater.updateContent("next-server", [
1818
{
1919
field: {
2020
filter: getCrossPlatformPathRegex(String.raw`/next/dist/server/next-server\.js$`, {

0 commit comments

Comments
 (0)