a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove old domain routes when updating

+4
+4
actions/domains/addDomainPath.ts
··· 40 40 ) 41 41 return null; 42 42 43 + await supabase 44 + .from("custom_domain_routes") 45 + .delete() 46 + .eq("view_permission_token", edit_permission_token); 43 47 await supabase.from("custom_domain_routes").insert({ 44 48 domain, 45 49 route,