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