Skip to content

Commit

Permalink
fix progressively enhanced server actions not bypassing prerender cac…
Browse files Browse the repository at this point in the history
…he when deployed
  • Loading branch information
ztanner committed Apr 2, 2024
1 parent 52b8126 commit c324153
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion packages/next/src/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,7 @@ export default async function build(
{
type: 'header',
key: 'content-type',
value: 'multipart/form-data',
value: 'multipart/form-data;.*',
},
]

Expand Down
Loading

0 comments on commit c324153

Please sign in to comment.