From 538dfa2807ebb82704b2249d337cc9abefde4020 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 21 Jun 2026 12:42:04 -0500 Subject: fix: resolve spelling issues in pre-2026 posts --- content/blog/2024-04-08-docker-local-web-server.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/blog/2024-04-08-docker-local-web-server.org') diff --git a/content/blog/2024-04-08-docker-local-web-server.org b/content/blog/2024-04-08-docker-local-web-server.org index 14c8e25..5275faf 100644 --- a/content/blog/2024-04-08-docker-local-web-server.org +++ b/content/blog/2024-04-08-docker-local-web-server.org @@ -113,7 +113,7 @@ server { I am currently blogging with [[https://emacs.love/weblorg/][weblorg]], which uses a custom =publish.el= file to build the static site. Within this file, I have configured my deployment process -to check for the =ENV= variable in thesh and if it's set to =prod=, the script +to check for the =ENV= variable in the shell and if it's set to =prod=, the script will set the base URLs to =https://cleberg.net=. If not, it sets the base URLs to =localhost:8000= (which matches the port used in the container above). -- cgit v1.2.3