import type {NextConfig} from "next"; const nextConfig: NextConfig = { output: 'standalone', basePath: '', assetPrefix: '', }; export default nextConfig;