sitepath: change url to add 'www.'

This commit is contained in:
PowerUser64 2022-06-12 23:44:08 -07:00
parent 3c4561d9e7
commit 24d89b6ac6

View file

@ -7,7 +7,7 @@
# usage: sitepath
# usage: sitepath <fd commands> -- 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.