Dariky commited on
Commit
1cfb141
·
verified ·
1 Parent(s): aa1f484

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
+ module.exports = {
2
+ reactStrictMode: true,
3
+ swcMinify: true,
4
+ images: {
5
+ domains: ['localhost'],
6
+ },
7
+ }