mars-interface/next-config.patch
Linkie Link 85192b9de9
v1.7.2
2023-11-14 18:27:59 +01:00

17 lines
347 B
Diff

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 = {