update @ Fri 22 Oct 09:00:41 EEST 2021

This commit is contained in:
Ari Archer 2021-10-22 09:00:41 +03:00
parent f48ac4a1ef
commit c593627e10
2 changed files with 8 additions and 1 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
clean:
rm -rfv requirements.txt
rm -rfv README.md
rm -rfv LICENSE
rm -rfv git.sh

View file

@ -1,3 +1,6 @@
[build]
command = "make clean"
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/page/404/index.html" to = "/page/404/index.html"
@ -9,4 +12,3 @@
to = "/page/404/index.html" to = "/page/404/index.html"
status = 200 status = 200
force = true force = true