diff --git a/fly.toml b/fly.toml index b6995d8af..f99bfe2f4 100644 --- a/fly.toml +++ b/fly.toml @@ -52,13 +52,13 @@ method = "GET" timeout = "5s" path = "/" -[[statics]] -guest_path = "/app/public/assets" -url_prefix = "/assets" +# [[statics]] +# guest_path = "/app/public/assets" +# url_prefix = "/assets" -[[statics]] -guest_path = "/app/public/images" -url_prefix = "/images" +# [[statics]] +# guest_path = "/app/public/images" +# url_prefix = "/images" [[vm]] memory = '512mb'