davidepollicino commited on
Commit
a6e2d5d
·
verified ·
1 Parent(s): b7230ed

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +7 -0
next.config.js ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = {
3
+ reactStrictMode: true,
4
+ swcMinify: true,
5
+ }
6
+
7
+ module.exports = nextConfig