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