We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ca31a commit ebee18dCopy full SHA for ebee18d
next.config.js
@@ -0,0 +1,8 @@
1
+/**
2
+ * @type {import('next').NextConfig}
3
+ */
4
+const nextConfig = {
5
+ swcMinify: false,
6
+};
7
+
8
+module.exports = nextConfig;
0 commit comments