Skip to content

Commit c7f5e6c

Browse files
authored
feat(websites): add robots.txt to websites #11344 (#11345)
1 parent cc1cc5e commit c7f5e6c

File tree

2 files changed

+8
-0
lines changed
  • src
    • BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Web/wwwroot
    • Websites/Platform/src/Bit.Websites.Platform.Client/wwwroot

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
4+
Sitemap: https://blazorui.bitplatform.dev/sitemap.xml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
4+
Sitemap: https://bitplatform.dev/sitemap.xml

0 commit comments

Comments
 (0)