Spaces:
Build error
Build error
Upload next.config.js with huggingface_hub
Browse files- 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;
|