/** @type {import('next').NextConfig} */ const nextConfig = { // Keep the proof-of-work app deliberately boring: no experimental flags, // so any onboarding friction is attributable to Keysat, not to Next.js. }; export default nextConfig;