Update netlify.toml

This commit is contained in:
TruncatedDinosour 2021-11-13 21:26:33 +08:00 committed by GitHub
parent 8163a88bc5
commit 74b58eb1b9

View file

@ -73,6 +73,12 @@
status = 301 status = 301
force = false force = false
[[redirects]]
from = "/gh/:project"
to = "https://github.com/TruncatedDinosour/:project"
status = 301
force = false
[[redirects]] [[redirects]]
from = "/*" from = "/*"
to = "/page/404/index.html" to = "/page/404/index.html"