export default function robots() { return { rules: { userAgent: '*', allow: '/', }, sitemap: 'https://pawol.nu/sitemap.xml', } }