aboutsummaryrefslogtreecommitdiff
path: root/example/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Caddyfile')
-rw-r--r--example/Caddyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/Caddyfile b/example/Caddyfile
index 8d9dd50..05ad0ba 100644
--- a/example/Caddyfile
+++ b/example/Caddyfile
@@ -26,7 +26,9 @@ http://template.localhost {
# Include the gemtext extention to make the gemtext function
# available within the template.
extensions {
- gemtext
+ gemtext {
+ gateway_url "https://gemini.tildeverse.org/?gemini://"
+ }
}
}