a tool for shared writing and social publishing

fix syntax error

+3 -2
+3 -2
app/lish/[did]/[publication]/[rkey]/page.tsx
··· 26 26 return { 27 27 icons: { 28 28 icon: { 29 - 30 29 url: 31 30 process.env.NODE_ENV === "development" 32 31 ? `/lish/${did}/${params.publication}/icon` 33 32 : "/icon", 34 - , sizes: "32x32", type: "image/png" }, 33 + sizes: "32x32", 34 + type: "image/png", 35 + }, 35 36 other: { 36 37 rel: "alternate", 37 38 url: document.uri,