fix: add redirect

This commit is contained in:
Oliver Davies 2022-02-07 20:35:28 +00:00
parent a06b229755
commit db0331fee0

View file

@ -115,6 +115,7 @@ map $uri $new_uri {
~^/blog/2013/11/dont-bootstrap-drupal-use-drush/?$ /blog/dont-bootstrap-drupal-use-drush;
~^/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget/?$ /blog/quickly-apply-patches-using-git-and-curl-or-wget;
~^/blog/2013/12/31/download-different-versions-drupal-drush/?$ /blog/download-different-versions-drupal-drush;
~^/blog/2013/12/quickly-apply-patches-using-git-and-curl-or-wget /blog/quickly-apply-patches-using-git-curl-or-wget;
~^/blog/2014/01/15/some-useful-git-aliases/?$ /blog/some-useful-git-aliases;
~^/blog/2014/02/09/drupalcamp-london-2014/?$ /blog/drupalcamp-london-2014;
~^/blog/2014/03/03/what-git-flow/?$ /blog/what-git-flow;