shimanta420 commited on
Commit
a67dda2
·
verified ·
1 Parent(s): 9733ae0

Upload next.config.js with huggingface_hub

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