a tool for shared writing and social publishing

pass through /lish requests on publication domains

+1
+1
middleware.ts
··· 49 49 return initiateAuthCallback(req); 50 50 } 51 51 let aturi = new AtUri(pub?.uri); 52 + if (req.nextUrl.pathname.startsWith("/lish")) return; 52 53 return NextResponse.rewrite( 53 54 new URL( 54 55 `/lish/${aturi.host}/${encodeURIComponent(pub.name)}${req.nextUrl.pathname}`,