Skip to content

Commit

Permalink
adding s3-request presigner to external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Jul 24, 2024
1 parent 41f5d13 commit 0473b7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const withMDX = createNextDocsMDX();
const nextConfig = {
output: "standalone",
reactStrictMode: true,
experimental: {
serverComponentsExternalPackages: ["@aws-sdk/s3-request-presigner"],
},
images: {
remotePatterns: [
{
Expand All @@ -25,7 +28,7 @@ const nextConfig = {
hostname: "avatars.githubusercontent.com",
port: "",
pathname: "**",
}
},
],
},
};
Expand Down

0 comments on commit 0473b7d

Please sign in to comment.