fullstuckdev commited on
Commit
b14873b
·
verified ·
1 Parent(s): 08b4b68

Update next.config.ts

Browse files
Files changed (1) hide show
  1. 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
- output: 'standalone',
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;