Skip to content

Commit

Permalink
fix: attempt build hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 14, 2023
1 parent b2da7d9 commit c67293e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const nextConfig = {
],
// Removes the warning regarding the WebPack Build Worker
webpackBuildWorker: false,
// Otherwise Build fails due to unrecognizable character
serverComponentsExternalPackages: ['@sentry/profiling-node'],
},
};

Expand Down

0 comments on commit c67293e

Please sign in to comment.