From 6028198c722dec7e98cf1d8f19e79bed03f9a4bb Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 26 Aug 2025 22:04:04 +0100 Subject: [PATCH] Add redirects --- .../modules/nginx/www.oliverdavies.uk/redirects.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix index 7d546067..56bc82e9 100644 --- a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix +++ b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix @@ -131,6 +131,10 @@ from = "/ansistrano-slides"; to = "/talks/deploying-php-ansible-ansistrano"; } + { + from = "/archive"; + to = "/blog"; + } { from = "/archive/2022-08-28/how-started-programming"; to = "/daily/2022-08-28/how-started-programming"; @@ -2419,6 +2423,10 @@ from = "/d7"; to = "/drupal7"; } + { + from = "/daily"; + to = "/blog"; + } { from = "/dcbristol-cfp"; to = "https://www.papercall.io/drupalcamp-bristol-2019";