[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix path issue in Windows deployments for Next.js SSR (#7148)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed May 20, 2024
1 parent 94489cb commit e242108
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix path issue in Windows deployments for Next.js SSR (#7148)
1 change: 0 additions & 1 deletion src/frameworks/next/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ export async function getProductionDistDirFiles(
cwd: join(sourceDir, distDir),
nodir: true,
absolute: false,
realpath: IS_WINDOWS,
},
(err, matches) => {
if (err) reject(err);
Expand Down

0 comments on commit e242108

Please sign in to comment.