Spaces:
Sleeping
Sleeping
Update next.config.ts
Browse files- next.config.ts +1 -5
next.config.ts
CHANGED
|
@@ -1,11 +1,7 @@
|
|
| 1 |
import type { NextConfig } from "next";
|
| 2 |
/** @type {import('next').NextConfig} */
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
experimental: {
|
| 7 |
-
serverComponentsExternalPackages: ['sharp', 'onnxruntime-node'],
|
| 8 |
-
},
|
| 9 |
};
|
| 10 |
|
| 11 |
export default nextConfig;
|
|
|
|
| 1 |
import type { NextConfig } from "next";
|
| 2 |
/** @type {import('next').NextConfig} */
|
| 3 |
const nextConfig: NextConfig = {
|
| 4 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
};
|
| 6 |
|
| 7 |
export default nextConfig;
|