Skip to content

Commit

Permalink
Added robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharytyhacz committed Aug 5, 2024
1 parent 2f704f8 commit 5399127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"scripts": {
"dev": "parcel ./src/index.html",
"build": "parcel build ./src/index.html --public-url https://wilmingtonio.org"
"build": "parcel build ./src/index.html --public-url https://wilmingtonio.org && cp src/robots.txt dist/robots.txt"
},
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions src/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
User-agent: *
Allow: /
Disallow:

0 comments on commit 5399127

Please sign in to comment.