Upload next.config.mjs with huggingface_hub
Browse files- 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;
|