Add 404 page and robots.txt

This commit is contained in:
schmelczerandras 2020-09-28 17:07:32 +02:00
parent 975f794cdf
commit f568888077
6 changed files with 53 additions and 3 deletions

View file

@ -5,7 +5,7 @@
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development",
"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",