This commit is contained in:
Linkie Link 2023-11-14 18:27:59 +01:00
parent c54503cfc6
commit 85192b9de9
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

16
next-config.patch Normal file
View File

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