Open liamcharmer opened 1 year ago
Is it possible with the supabase module, to get the data from there, to implement as dynamic routes?
You can totally do that by :
/api/sitemap
{ routes: () => $fetch("/api/sitemap") }
Is it possible with the supabase module, to get the data from there, to implement as dynamic routes?