2024-05-10 15:03:03 +00:00
|
|
|
diff --git a/next.config.mjs b/next.config.mjs
|
2024-05-14 19:05:51 +00:00
|
|
|
index f8dd123..b60392c 100644
|
2024-05-10 15:03:03 +00:00
|
|
|
--- a/next.config.mjs
|
|
|
|
+++ b/next.config.mjs
|
2024-05-14 19:05:51 +00:00
|
|
|
@@ -14,6 +14,10 @@ import { withSentryConfig } from "@sentry/nextjs";
|
2024-05-10 15:03:03 +00:00
|
|
|
|
|
|
|
/** @type {import('next').NextConfig} */
|
|
|
|
const config = {
|
|
|
|
+ eslint: {
|
|
|
|
+ ignoreDuringBuilds: true
|
|
|
|
+ },
|
2024-05-14 18:19:14 +00:00
|
|
|
+ output: "standalone",
|
2024-05-10 15:03:03 +00:00
|
|
|
reactStrictMode: true,
|
|
|
|
/** @param { import("webpack").Configuration } config */
|
|
|
|
webpack(config) {
|