import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", compress: true, serverExternalPackages: ["paper"] }; export default nextConfig;