export default function robots() { return { rules: [{ userAgent: '*', allow: '/' }], sitemap: 'https://fibe.me/sitemap.xml', host: 'https://fibe.me', } }