Skip to content

Commit 3c7c8b3

Browse files
Merge branch 'next' into feat/password-validation
2 parents 3458a86 + 770fd18 commit 3c7c8b3

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

apps/api/public/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

apps/web/public/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Disallow:
3+
Allow: /auth/signin
4+
Allow: /auth/signup

libs/embed/public/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

0 commit comments

Comments
 (0)