()
| 1 | const baseUrl = 'https://syntaxui.com' |
| 2 | |
| 3 | export default function robots() { |
| 4 | return { |
| 5 | rules: [ |
| 6 | { |
| 7 | userAgent: '*', |
| 8 | }, |
| 9 | ], |
| 10 | sitemap: `${baseUrl}/sitemap.xml`, |
| 11 | host: `${baseUrl}`, |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected