From 8b1ab5071c5507f7bd78575fb2ca95bec0beb0b9 Mon Sep 17 00:00:00 2001 From: vato007 Date: Sat, 20 Jul 2024 20:37:43 +0930 Subject: [PATCH] Add robots.txt to build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 57f71cc..29f8ccd 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ mkdir -p build/@picocss/pico/css/ -cp *.png *.xml *.svg *.css *.webmanifest *.ico build +cp *.png *.xml *.svg *.css *.webmanifest *.ico robots.txt build # https://github.com/cloudflare/workers-sdk/issues/3615 sed 's/node_modules\///' index.html > build/index.html cp node_modules/@picocss/pico/css/pico.min.css build/@picocss/pico/css/ \ No newline at end of file