From 539912724644e87b71feaac2b763f217e27eddd8 Mon Sep 17 00:00:00 2001 From: zacharytyhacz Date: Sun, 4 Aug 2024 21:49:02 -0400 Subject: [PATCH] Added robots.txt --- package.json | 2 +- src/robots.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 src/robots.txt diff --git a/package.json b/package.json index 4d97ff5..37d0059 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..3bef2cc --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Disallow: