From 479ef01f8352fe2bdeb657f1af970d5c661f04da Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Apr 2024 23:17:49 +0900 Subject: feat(blog/content): rename post /posts/2024-03-20/todos-in-my-life/ to /posts/2024-03-20/my-bucket-list/ --- vhosts/blog/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vhosts/blog/nginx.conf') diff --git a/vhosts/blog/nginx.conf b/vhosts/blog/nginx.conf index 36deb549..32787c78 100644 --- a/vhosts/blog/nginx.conf +++ b/vhosts/blog/nginx.conf @@ -27,4 +27,6 @@ server { # I mistakenly wrote 2023 in the URL instead of 2024. rewrite ^/posts/2023-01-10/(neovim-insert-namespace-declaration-to-empty-php-file)/?$ /posts/2024-01-10/$1/ permanent; + + rewrite ^/posts/2024-03-20/todos-in-my-life/?$ /posts/2024-03-20/my-bucket-list/ permanent; } -- cgit v1.2.3-70-g09d2