Skip to content

Commit

Permalink
Remove unnecessary config shims for react-email
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Feb 2, 2024
1 parent ba93426 commit 19db87b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,8 @@ const nextConfig = {
images: {
domains: ["localhost", "zackproser.com", "www.zackproser.com"],
},
experimental: {
serverComponentsExternalPackages: [
"@react-email/components",
"@react-email/render",
"@react-email/html",
],
},
transpilePackages: [
"react-tweet",
"@react-email/components",
"@react-email/render",
"@react-email/html",
],
async redirects() {
// Permanently redirect what was my old /about page to the homepage
Expand Down

0 comments on commit 19db87b

Please sign in to comment.