From 6106ff4f3b8d78cde1491120a3b459f0cd5c3678 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Tue, 12 Nov 2024 14:36:13 -0500 Subject: update webroot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a4ee0f..2833289 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ### CHANGE ME ###################### DOMAIN = www.sacredheartsc.com URL = https://${DOMAIN} -RSYNC_TARGET = ${DOMAIN}:/var/www/${DOMAIN} +RSYNC_TARGET = ${DOMAIN}:/usr/local/www/${DOMAIN} FEED_TITLE = Cullum Smith's Blog FEED_DESCRIPTION = Dad, southerner, unix wrangler, banjo enjoyer STATIC_REGEX = .*\.(html|css|jpg|jpeg|png|ico|xml|txt|asc|webmanifest) -- cgit v1.2.3