Spaces:
Running
Running
Upload next.config.js with huggingface_hub
Browse files- next.config.js +1 -1
next.config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
/** @type {import('next').NextConfig} */
|
| 2 |
const nextConfig = {
|
| 3 |
reactStrictMode: true,
|
| 4 |
-
|
| 5 |
}
|
| 6 |
|
| 7 |
module.exports = nextConfig
|
|
|
|
| 1 |
/** @type {import('next').NextConfig} */
|
| 2 |
const nextConfig = {
|
| 3 |
reactStrictMode: true,
|
| 4 |
+
swcMinify: true,
|
| 5 |
}
|
| 6 |
|
| 7 |
module.exports = nextConfig
|