From 88622f2487577c90cc4c0a3ad970924cf8c5d144 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Sun, 23 Apr 2023 12:13:41 -0700 Subject: [PATCH] Prettier --- app/robots.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}