mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Fri 22 Oct 09:00:41 EEST 2021
This commit is contained in:
parent
f48ac4a1ef
commit
c593627e10
2 changed files with 8 additions and 1 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
clean:
|
||||
rm -rfv requirements.txt
|
||||
rm -rfv README.md
|
||||
rm -rfv LICENSE
|
||||
rm -rfv git.sh
|
|
@ -1,3 +1,6 @@
|
|||
[build]
|
||||
command = "make clean"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/page/404/index.html"
|
||||
|
@ -9,4 +12,3 @@
|
|||
to = "/page/404/index.html"
|
||||
status = 200
|
||||
force = true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue