/** @type {import('next').NextConfig} */ const nextConfig = { output: "export", transpilePackages: ["@kksh/api"] } export default nextConfig