add catch-all to avoid making 404
This commit is contained in:
@@ -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 = "/"
|
||||||
Reference in New Issue
Block a user