From 85192b9de922f1a8b0f0bc0030cba9b43325e3a3 Mon Sep 17 00:00:00 2001 From: Linkie Link Date: Tue, 14 Nov 2023 18:27:59 +0100 Subject: [PATCH] v1.7.2 --- next-config.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 next-config.patch diff --git a/next-config.patch b/next-config.patch new file mode 100644 index 0000000..00e571c --- /dev/null +++ b/next-config.patch @@ -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 = {