mohammadSaber26 commited on
Commit
26956e0
·
verified ·
1 Parent(s): 85a853c

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
+ images: {
4
+ unoptimized: true,
5
+ },
6
+ reactStrictMode: true,
7
+ }
8
+
9
+ module.exports = nextConfig