Skip to content

Commit

Permalink
robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 18, 2024
1 parent 2d2c682 commit 462c552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Disallow:
Crawl-delay: 5
4 changes: 2 additions & 2 deletions src/views/Main/DetailReworked.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ useEffect(() => {
onError={() => {
setRenderImage(false);
}}
alt="tour"
alt="{tour?.provider_name}: tour.title"
/>

</div>
Expand Down Expand Up @@ -917,7 +917,7 @@ useEffect(() => {
onError={() => {
setRenderImage(false);
}}
alt="tour"
alt="{tour?.provider_name}: tour.title"
/>
</div>
</Box>
Expand Down

0 comments on commit 462c552

Please sign in to comment.