Skip to content

Commit 2a340b7

Browse files
authored
fix: sitemap google search console (#170)
* fix(funnels): SQL error * fix: sitemap google search console
1 parent eb69335 commit 2a340b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/docs/app/robots.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default function robots(): MetadataRoute.Robots {
2020
disallow: '/',
2121
},
2222
],
23-
sitemap: `${SITE_URL}/sitemap.xml`,
24-
host: SITE_URL,
23+
sitemap: `${SITE_URL}/sitemap.xml`
2524
};
2625
}

0 commit comments

Comments
 (0)