MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / robots

Function robots

src/app/robots.ts:3–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected