Redirect posts
This commit is contained in:
parent
bad7aace12
commit
7ff4ec81fc
|
@ -223,6 +223,7 @@ server {
|
|||
rewrite ^/articles/quickly-apply-patches-using-git-and-curl-or-wget$ /blog/quickly-apply-patches-using-git-and-curl-or-wget;
|
||||
rewrite ^/articles/quickly-create-zen-subthemes-using-zenophile$ /blog/quickly-create-zen-subthemes-using-zenophile;
|
||||
rewrite ^/articles/quickly-import-multiples-images-using-imagefieldimport-module$ /blog/quickly-import-multiples-images-using-imagefieldimport-module;
|
||||
rewrite ^/articles/rebuilding-bartik-with-vuejs-tailwind-css$ /blog/rebuilding-bartik-drupals-default-theme-vuejs-tailwind-css;
|
||||
rewrite ^/articles/reflections-speaking-unifieddiff$ /blog/reflections-speaking-unifieddiff;
|
||||
rewrite ^/articles/review-adminhover-module$ /blog/review-adminhover-module;
|
||||
rewrite ^/articles/review-image-caption-module$ /blog/review-image-caption-module;
|
||||
|
@ -235,6 +236,7 @@ server {
|
|||
rewrite ^/articles/south-wales-drupal-user-group$ /blog/south-wales-drupal-user-group;
|
||||
rewrite ^/articles/style-drupal-6s-taxonomy-lists-php-css-and-jquery$ /blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery;
|
||||
rewrite ^/articles/tdd-test-driven-drupal$ /blog/tdd-test-driven-drupal;
|
||||
rewrite ^/articles/testing-tailwindcss-plugins-with-jest$ /blog/testing-tailwind-css-plugins-jest;
|
||||
rewrite ^/articles/thanks$ /blog/thanks;
|
||||
rewrite ^/articles/tweets-from-drupalcamp-london$ /blog/tweets-from-drupalcamp-london;
|
||||
rewrite ^/articles/updating-features-and-adding-components-using-drush$ /blog/updating-features-and-adding-components-using-drush;
|
||||
|
|
Loading…
Reference in a new issue