Update redirect
This commit is contained in:
parent
733594e839
commit
67c4ae1278
|
@ -238,7 +238,7 @@ server {
|
||||||
rewrite ^/articles/south-wales-drupal-user-group$ /blog/south-wales-drupal-user-group;
|
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/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/tdd-test-driven-drupal$ /blog/tdd-test-driven-drupal;
|
||||||
rewrite ^/articles/testing-tailwindcss-plugins-with-jest/?$ /blog/testing-tailwind-css-plugins-jest last;
|
rewrite ^/articles/testing-tailwindcss-plugins-with-jest/?$ /blog/testing-tailwind-css-plugins-jest;
|
||||||
rewrite ^/articles/thanks$ /blog/thanks;
|
rewrite ^/articles/thanks$ /blog/thanks;
|
||||||
rewrite ^/articles/tweets-from-drupalcamp-london$ /blog/tweets-from-drupalcamp-london;
|
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;
|
rewrite ^/articles/updating-features-and-adding-components-using-drush$ /blog/updating-features-and-adding-components-using-drush;
|
||||||
|
|
Loading…
Reference in a new issue