Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Jul 30, 2024
1 parent 9c9d2b6 commit bef42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
const robotsTxt = generateRobotsTxt([
{
userAgent: "*",
[isProductionDeployment ? "disallow": "allow"]:["/"],
[isProductionDeployment ? "allow": "disallow"]:["/"],
sitemap: [`${domain}/sitemap-index.xml`],
},
])
Expand Down

0 comments on commit bef42ad

Please sign in to comment.