a tool for shared writing and social publishing

serve did.json instead of .well-known

+1 -1
+1 -1
app/lish/feeds/[...path]/route.ts
··· 10 10 { params }: { params: Promise<{ path: string[] }> }, 11 11 ) { 12 12 let { path } = await params; 13 - if (path[0] === ".well-known") 13 + if (path[0] === "did.json") 14 14 return NextResponse.json({ 15 15 "@context": ["https://www.w3.org/ns/did/v1"], 16 16 id: serviceDid,