From fef727c822458bc6d3e8af96187a445addbcdb6c Mon Sep 17 00:00:00 2001 From: anoduck <9925396+anoduck@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:30:30 -0500 Subject: =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Lotta=20Shit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lotta content additions and updates. --- sync.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index 2885f81..341ea3a 100755 --- a/sync.sh +++ b/sync.sh @@ -2,7 +2,7 @@ #Variables # ------------------------- -REPO="$HOME/Sandbox/hinode-template" +REPO="$HOME/Sandbox/corruptlamar" SRC="$REPO/public/" DSRC="$REPO/docs-server/" DSRBTS="$DSRC/robots.txt" @@ -55,7 +55,6 @@ compush() { build() { npm run build - cp -r static/emails/* public/emails/ } # alt_files() { -- cgit v1.2.3