diff --git a/fly.dev.toml b/fly.dev.toml index 5ecef8d..9f9c9f9 100644 --- a/fly.dev.toml +++ b/fly.dev.toml @@ -46,3 +46,11 @@ processes = [] interval = "15s" restart_limit = 6 timeout = "2s" + +[[statics]] +guest_path = "/app/.next/static" +url_prefix = "/_next/static" + +[[statics]] +guest_path = "/app/public/fonts" +url_prefix = "/fonts" diff --git a/fly.prod.toml b/fly.prod.toml index df5edd4..812dda7 100644 --- a/fly.prod.toml +++ b/fly.prod.toml @@ -46,3 +46,11 @@ processes = [] interval = "15s" restart_limit = 6 timeout = "2s" + +[[statics]] +guest_path = "/app/.next/static" +url_prefix = "/_next/static" + +[[statics]] +guest_path = "/app/public/fonts" +url_prefix = "/fonts"