Skip to content

Commit

Permalink
Enable fly statics again
Browse files Browse the repository at this point in the history
Hopefully, now that JS execution is deferred this should work better.
  • Loading branch information
ujh committed Jan 26, 2025
1 parent 9a38cc5 commit f244612
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f244612

Please sign in to comment.