export default function robots() { return { rules: [ { userAgent: '*', allow: '/', disallow: ['/api/'] }, ], sitemap: 'https://zeropost.ru/sitemap.xml', host: 'https://zeropost.ru', }; }