Add redirect for stray Ghost images

Some of them weren't getting converted..so
This commit is contained in:
Hippo 2021-08-19 17:22:55 +05:30
parent b4a4dabd8c
commit 60fd5718d6
1 changed files with 5 additions and 0 deletions

View File

@ -48,3 +48,8 @@
from = "/author/thuan-sarzynski"
to = "/author/thuansarzynski/"
STATUS = 301
[[redirects]]
from = "/content/images/*"
to = "//media.snipettemag.com/:splat"
status = 302