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

@@ -23,3 +23,8 @@
[[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 = "/"