puwanath commited on
Commit
864d3da
·
verified ·
1 Parent(s): 1bfe684

Upload next.config.js with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.js +6 -0
next.config.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ module.exports = {
2
+ reactStrictMode: true,
3
+ images: {
4
+ domains: ['images.unsplash.com', 'placehold.co'],
5
+ },
6
+ }