/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: false, devIndicators: { buildActivity: false, }, }