Skip to content

Commit

Permalink
Merge pull request #48 from mars-protocol/v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linkielink authored Nov 14, 2023
2 parents b493b21 + 85192b9 commit 0e98841
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions next-config.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/next.config.js b/next.config.js
index 2801090..4b5fabe 100644
--- a/next.config.js
+++ b/next.config.js
@@ -48,6 +48,11 @@ const moduleExports = {
},
]
},
+ sentry: {
+ disableServerWebpackPlugin: true,
+ disableClientWebpackPlugin: true,
+ },
+ output: 'standalone'
}

const sentryWebpackPluginOptions = {

0 comments on commit 0e98841

Please sign in to comment.