diff --git a/app/robots.ts b/app/robots.ts index 676b5b4ea..c9849a276 100644 --- a/app/robots.ts +++ b/app/robots.ts @@ -6,10 +6,10 @@ export default function robots() { return { rules: [ { - userAgent: '*', - }, + userAgent: '*' + } ], sitemap: `${baseUrl}/sitemap.xml`, - host: baseUrl, + host: baseUrl }; -} \ No newline at end of file +}