From 11a0e9f8c82ccdd4fb9adb08dcb1f594422f7cb1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Aug 2025 20:48:14 +0100 Subject: [PATCH] Revert "Add `/books` redirect" This reverts commit 61804ebc6f559a4e061b49dc12e22ba6bf7c36f2. --- hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix index 66ad7cf2..7d546067 100644 --- a/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix +++ b/hosts/nixedo/modules/nginx/www.oliverdavies.uk/redirects.nix @@ -3063,8 +3063,4 @@ from = "/yXhoS"; to = "/talks/things-you-should-know-about-php"; } - { - from = "/books"; - to = "https://code.oliverdavies.uk/explore/repos?q=book&topic=1"; - } ]