aboutsummaryrefslogtreecommitdiff
path: root/posts/static_sites_with_bash.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/static_sites_with_bash.md')
-rw-r--r--posts/static_sites_with_bash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/static_sites_with_bash.md b/posts/static_sites_with_bash.md
index 2a1cc92..62e43d8 100644
--- a/posts/static_sites_with_bash.md
+++ b/posts/static_sites_with_bash.md
@@ -41,7 +41,7 @@ id="$id.$ext"
41 41
42# copy to my file host 42# copy to my file host
43scp -P 443 "$1" emerald:files/"$id" 43scp -P 443 "$1" emerald:files/"$id"
44echo "https://files.nerdypepper.tech/$id" 44echo "https://u.peppe.rs/$id"
45``` 45```
46 46
47### Templating 47### Templating