diff options
| -rw-r--r-- | fly/xesite/fly.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fly/xesite/fly.toml b/fly/xesite/fly.toml index 224a493..66bfd02 100644 --- a/fly/xesite/fly.toml +++ b/fly/xesite/fly.toml @@ -17,11 +17,11 @@ auto_extend_size_threshold = 80 auto_extend_size_increment = "1GB" auto_extend_size_limit = "10GB" -#[[statics]] -#url_prefix = "/" -#guest_path = "/" -#tigris_bucket = "xesite" -#index_document = "index.html" +[[statics]] +url_prefix = "/" +guest_path = "/" +tigris_bucket = "xesite" +index_document = "index.html" [build] image = "ghcr.io/xe/site/bin:earthly" |
