From 24d89b6ac68856c8e7b5305de1dda86ba4825439 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 12 Jun 2022 23:44:08 -0700 Subject: [PATCH] sitepath: change url to add 'www.' --- .config/shell/bin/sitepath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/sitepath b/.config/shell/bin/sitepath index fc41f24..7dc59b8 100755 --- a/.config/shell/bin/sitepath +++ b/.config/shell/bin/sitepath @@ -7,7 +7,7 @@ # usage: sitepath # usage: sitepath -- you can search with 'fd' if you put in a command -BASE_URL="https://blakenorth.net" +BASE_URL="https://www.blakenorth.net" SITE_DIR="/home/blake/docker/blakenorth.net/site" SEPERATOR='~' # Make this a character you don't use in filenames. It's for sed.