Skip to content

Commit

Permalink
Create robots.ts
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Apr 11, 2024
1 parent 8d2cf38 commit fab21bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions solutions/blog/app/robots.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { baseUrl } from 'app/sitemap'

export default function robots() {
return {
rules: [
{
userAgent: '*',
},
],
sitemap: `${baseUrl}/sitemap.xml`,
host: `${baseUrl}`,
}
}

1 comment on commit fab21bc

@vercel
Copy link

@vercel vercel bot commented on fab21bc Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hand-pickr – ./

hand-pickr.vercel.app
hand-pickr-devsec.vercel.app
hand-pickr-git-main-devsec.vercel.app

Please sign in to comment.