diff options
| author | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:30:30 -0500 |
|---|---|---|
| committer | anoduck <9925396+anoduck@users.noreply.github.com> | 2025-01-22 11:49:26 -0500 |
| commit | fef727c822458bc6d3e8af96187a445addbcdb6c (patch) | |
| tree | 5a3174e8854d7b0887e0119d1e10c69978bacc41 /sync.sh | |
| parent | fb3efc45318558d4a0555cf6a2e0cc72252e13f8 (diff) | |
feat: 🎸 Lotta Shit
Lotta content additions and updates.
Diffstat (limited to '')
| -rwxr-xr-x | sync.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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() { |
