Skip to content

Commit

Permalink
modify seo rule, all disable
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK committed Jul 3, 2024
1 parent 2e256d8 commit d146b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/scripts/robot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs');

const generatedSitemap = `
User-agent: *
Disallow: /api*/
Disallow: /
`;

fs.writeFileSync('../public/robots.txt', generatedSitemap, 'utf8');

0 comments on commit d146b66

Please sign in to comment.