Compare commits

...

1 Commits
master ... live

Author SHA1 Message Date
Hippo 60fd5718d6 Add redirect for stray Ghost images
Some of them weren't getting converted..so
2021-08-19 17:40:00 +05:30
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