Add 404 page and robots.txt

This commit is contained in:
schmelczerandras 2020-09-28 17:02:59 +02:00
parent 6f145aead6
commit 4728ba47e7
6 changed files with 52 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"build": "webpack && find dist -type f -regex \".*\\(js\\|css\\|txt\\)\" | xargs rm"
"build": "webpack && find dist -type f -regex \".*\\(js\\|css\\|LICENSE.*\\)\" | xargs rm"
},
"repository": {
"type": "git",