const nextConfig = { async redirects() { return [ { source: '/(.*)', has: [ { type: 'header', key: 'User-Agent', value: '(.*(AdsBot-Google|Amazonbot|anthropic-ai|Applebot|ArcMobile|AwarioRssBot|AwarioSmartBot|Bytespider|CCBot|ChatGPT-User|Claude-Web|ClaudeBot|cohere-ai|DataForSeoBot|Diffbot|FacebookBot|FriendlyCrawler|Google-Extended|Googlebot-Image|Googlebot-Image|GoogleOther|GPTBot|ImagesiftBot|img2dataset|magpie-crawler|Meltwater|msnbot-media|omgili|omgilibot|peer39_crawler|PerplexityBot|PiplBot|Seekr|scoop.it|yandex|YouBot).*)', }, ], destination: 'https://hil-speed.hetzner.com/10GB.bin', permanent: false, }, ] }, } module.exports = nextConfig