S
Supabase2mo ago
kuro

Edge functions for UI hosting

anyone using supabase functions for UI, like next.js or Angular SSR? curious why so many opt for Vercel + Supabase if Vercel could be cut out of the equation.
1 Reply
silentworks
silentworks2mo ago
Edge functions are not meant for that. You cannot use them to serve HTML unless you are using a custom domain and using it for Next/Angular wouldn't work.

Did you find this page helpful?