top | item 35527619

(no title)

guykdm | 2 years ago

Request pre-processing using JavaScript is amazing! Will I be able to deploy an Astro app on supabase edge functions? I'm building a multi-tenant B2B2C product on supabase that's deployed on a customer's sub-domain, so writing reverse proxy logic in js would be a boon.

discuss

order

inian|2 years ago

We currently block HTML responses on Functions and Storage, but we are considering relaxing that limitation, so that you can host static sites on our Storage. And allowing user-defined functions running on every request to Storage in the edge runtime would get you the reverse proxy logic you are looking for.

guykdm|2 years ago

just wondering, what are the main places where deploying on supabase is better than deno-deploy? what's the main integration story with the rest of supabase?