Spaces:
Runtime error
Runtime error
Upload next.config.js with huggingface_hub
Browse files- next.config.js +1 -1
next.config.js
CHANGED
|
@@ -3,7 +3,7 @@ const nextConfig = {
|
|
| 3 |
reactStrictMode: true,
|
| 4 |
output: 'standalone',
|
| 5 |
env: {
|
| 6 |
-
NEXTAUTH_URL: process.env.NEXTAUTH_URL || 'http://localhost:
|
| 7 |
NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET || 'production-secret-replace-in-env',
|
| 8 |
},
|
| 9 |
}
|
|
|
|
| 3 |
reactStrictMode: true,
|
| 4 |
output: 'standalone',
|
| 5 |
env: {
|
| 6 |
+
NEXTAUTH_URL: process.env.NEXTAUTH_URL || 'http://localhost:7860',
|
| 7 |
NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET || 'production-secret-replace-in-env',
|
| 8 |
},
|
| 9 |
}
|