rb512 commited on
Commit
78d26e1
·
verified ·
1 Parent(s): dc56f32

Upload next.config.mjs with huggingface_hub

Browse files
Files changed (1) hide show
  1. next.config.mjs +3 -0
next.config.mjs ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ /** @type {import('next').NextConfig} */
2
+ const nextConfig = { output: "standalone" };
3
+ export default nextConfig;