add catch-all to avoid making 404

This commit is contained in:
2021-07-31 14:08:52 +02:00
parent 2832c215a5
commit 5576aab2a4

View File

@@ -22,4 +22,9 @@
# 'funny' REDIRECTS # 'funny' REDIRECTS
[[redirects]] [[redirects]]
from = "/pgtf-theme" from = "/pgtf-theme"
to = "https://www.youtube.com/watch?v=zjedLeVGcfE" to = "https://www.youtube.com/watch?v=zjedLeVGcfE"
# catch-all to landing page
[[redirects]]
from = "/*"
to = "/"