likhonsheikh commited on
Commit
fb9e93e
·
verified ·
1 Parent(s): 85487df

Upload next.config.js with huggingface_hub

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