File size: 209 Bytes
0b5c6fd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import type { NextConfig } from "next";

const nextConfig: NextConfig = {
  output: "standalone",
  trailingSlash: true,
  serverExternalPackages: ["sharp", "onnxruntime-node"],
};

export default nextConfig;