/** @type {import('next').NextConfig} */ const nextConfig = { htmlLimitedBots: /.*/, output: "standalone", // The CI runner shares a host with other services, so a cold page render can // occasionally crawl. 60s (the default) was not enough headroom. staticPageGenerationTimeout: 180, }; module.exports = nextConfig;