From 3be9031de882942f87331f607a2298a6d13f4528 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 May 2024 23:04:19 +0100 Subject: [PATCH] Update daily email permalink Change the permalink prefix from `/archive` to `/daily`. This matches the daily email landing page and people have mentioned it causes some confusion. I'll add a wildcard redirect to my NGINX configuration so that old URLs still work and don't result in 404s. --- app/config/sculpin_kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/sculpin_kernel.yml b/app/config/sculpin_kernel.yml index 7856fedc..30da90a4 100644 --- a/app/config/sculpin_kernel.yml +++ b/app/config/sculpin_kernel.yml @@ -1,6 +1,6 @@ sculpin_content_types: daily_emails: - permalink: /archive/:year/:month/:day/:basename/ + permalink: /daily/:year/:month/:day/:basename/ pages: permalink: /:basename/ podcast_episodes: