summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-01-09 17:56:47 +1100
committerYour Name <you@example.com>2025-01-09 17:56:47 +1100
commitf3897359bcfeccca32f5320897048a4e2356afd0 (patch)
treec7d1a85880f3b377bbb8e7faa229120fa99c925e /config
parentb8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (diff)
template & config changes specific to my website.jeaves.xyz
Diffstat (limited to 'config')
-rw-r--r--config6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index a173f79..3793e57 100644
--- a/config
+++ b/config
@@ -12,7 +12,7 @@ variable d_output {/home/aleksei/jeaves.xyz/www/}
variable replacement \
[dict create \
- {<!--domain-->} {http://localhost:8000} \
- {<!--css-->} {/style.css} \
- {<!--favicon-->} {/favicon.ico} \
+ {<!--domain-->} {http://jeaves.xyz} \
+ {<!--css-->} {style.css} \
+ {<!--favicon-->} {favicon.ico} \
]; ## Do not delete this line!