import type { NextConfig } from "next"; const config: NextConfig = { output: "standalone", trailingSlash: true, }; export default config;