Skip to content

Commit aa29d7b

Browse files
committed
fix redirects and add robots
1 parent 5407671 commit aa29d7b

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ install:
33

44
build:
55
yarn generate
6-
cd .. && rm -rf css favicon.ico _nuxt img *.html js manifest.json precache-manifest* robots.txt service-worker.js
6+
cd .. && rm -rf favicon.ico _nuxt robots.txt sw.js index.html credits
77
cd .. && cp -r src/dist/* .

src/static/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/static/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: /src/*

0 commit comments

Comments
 (0)