Add redirect for stray Ghost images
Some of them weren't getting converted..so
This commit is contained in:
parent
b4a4dabd8c
commit
60fd5718d6
1 changed files with 5 additions and 0 deletions
|
@ -48,3 +48,8 @@
|
||||||
from = "/author/thuan-sarzynski"
|
from = "/author/thuan-sarzynski"
|
||||||
to = "/author/thuansarzynski/"
|
to = "/author/thuansarzynski/"
|
||||||
STATUS = 301
|
STATUS = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/content/images/*"
|
||||||
|
to = "//media.snipettemag.com/:splat"
|
||||||
|
status = 302
|
||||||
|
|
Loading…
Reference in a new issue