Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 76eedd9

Browse files
authored
Merge pull request #49 from elecordapp/robots-txt
Create robots.txt file
2 parents 01f574d + 006e7c5 commit 76eedd9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

res/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

scripts/package.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ VERSION=$version yarn build
2222

2323
# Copy any required files for deployment
2424
cp .github/cfp_headers webapp/_headers
25+
cp res/robots.txt webapp/
2526
cp LATEST.md webapp/
2627

2728
mkdir -p dist

0 commit comments

Comments
 (0)