cici 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-build-manifest.json +122 -0
  3. package/.next/app-path-routes-manifest.json +1 -0
  4. package/.next/build-manifest.json +32 -0
  5. package/.next/export-marker.json +1 -0
  6. package/.next/images-manifest.json +1 -0
  7. package/.next/next-minimal-server.js.nft.json +1 -0
  8. package/.next/next-server.js.nft.json +1 -0
  9. package/.next/package.json +1 -0
  10. package/.next/prerender-manifest.json +1 -0
  11. package/.next/react-loadable-manifest.json +1886 -0
  12. package/.next/required-server-files.json +1 -0
  13. package/.next/routes-manifest.json +1 -0
  14. package/.next/server/app/_not-found/page.js +1 -0
  15. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  16. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  17. package/.next/server/app/api/asset/[...path]/route.js +1 -0
  18. package/.next/server/app/api/asset/[...path]/route.js.nft.json +1 -0
  19. package/.next/server/app/api/auth/[...nextauth]/route.js +1 -0
  20. package/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -0
  21. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.js +1 -0
  22. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.js.nft.json +1 -0
  23. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.js +1 -0
  24. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.js.nft.json +1 -0
  25. package/.next/server/app/api/blog/[id]/highlights/[hid]/replies/route.js +1 -0
  26. package/.next/server/app/api/blog/[id]/highlights/[hid]/replies/route.js.nft.json +1 -0
  27. package/.next/server/app/api/blog/[id]/highlights/[hid]/resolve/route.js +1 -0
  28. package/.next/server/app/api/blog/[id]/highlights/[hid]/resolve/route.js.nft.json +1 -0
  29. package/.next/server/app/api/blog/[id]/highlights/[hid]/route.js +1 -0
  30. package/.next/server/app/api/blog/[id]/highlights/[hid]/route.js.nft.json +1 -0
  31. package/.next/server/app/api/blog/[id]/highlights/route.js +1 -0
  32. package/.next/server/app/api/blog/[id]/highlights/route.js.nft.json +1 -0
  33. package/.next/server/app/api/graphql/route.js +140 -0
  34. package/.next/server/app/api/graphql/route.js.nft.json +1 -0
  35. package/.next/server/app/api/mile/prompts/route.js +230 -0
  36. package/.next/server/app/api/mile/prompts/route.js.nft.json +1 -0
  37. package/.next/server/app/api/mile/prompts.body +1 -0
  38. package/.next/server/app/api/mile/prompts.meta +1 -0
  39. package/.next/server/app/api/upload/route.js +1 -0
  40. package/.next/server/app/api/upload/route.js.nft.json +1 -0
  41. package/.next/server/app/api/webhooks/notification/route.js +1 -0
  42. package/.next/server/app/api/webhooks/notification/route.js.nft.json +1 -0
  43. package/.next/server/app/atom.xml/route.js +34 -0
  44. package/.next/server/app/atom.xml/route.js.nft.json +1 -0
  45. package/.next/server/app/atom.xml.body +15 -0
  46. package/.next/server/app/atom.xml.meta +1 -0
  47. package/.next/server/app/blog/[id]/page.js +30 -0
  48. package/.next/server/app/blog/[id]/page.js.nft.json +1 -0
  49. package/.next/server/app/blog/[id]/page_client-reference-manifest.js +1 -0
  50. package/.next/server/app/blog/page.js +1 -0
  51. package/.next/server/app/blog/page.js.nft.json +1 -0
  52. package/.next/server/app/blog/page_client-reference-manifest.js +1 -0
  53. package/.next/server/app/editor/page.js +45 -0
  54. package/.next/server/app/editor/page.js.nft.json +1 -0
  55. package/.next/server/app/editor/page_client-reference-manifest.js +1 -0
  56. package/.next/server/app/favicon.ico/route.js +1 -0
  57. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  58. package/.next/server/app/favicon.ico.body +0 -0
  59. package/.next/server/app/favicon.ico.meta +1 -0
  60. package/.next/server/app/login/page.js +1 -0
  61. package/.next/server/app/login/page.js.nft.json +1 -0
  62. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  63. package/.next/server/app/memos/page.js +26 -0
  64. package/.next/server/app/memos/page.js.nft.json +1 -0
  65. package/.next/server/app/memos/page_client-reference-manifest.js +1 -0
  66. package/.next/server/app/page.js +1 -0
  67. package/.next/server/app/page.js.nft.json +1 -0
  68. package/.next/server/app/page_client-reference-manifest.js +1 -0
  69. package/.next/server/app/robots.txt/route.js +1 -0
  70. package/.next/server/app/robots.txt/route.js.nft.json +1 -0
  71. package/.next/server/app/robots.txt.body +8 -0
  72. package/.next/server/app/robots.txt.meta +1 -0
  73. package/.next/server/app/rss.xml/route.js +18 -0
  74. package/.next/server/app/rss.xml/route.js.nft.json +1 -0
  75. package/.next/server/app/rss.xml.body +12 -0
  76. package/.next/server/app/rss.xml.meta +1 -0
  77. package/.next/server/app/sitemap.xml/route.js +76 -0
  78. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
  79. package/.next/server/app/sitemap.xml.body +33 -0
  80. package/.next/server/app/sitemap.xml.meta +1 -0
  81. package/.next/server/app/unavailable/page.js +1 -0
  82. package/.next/server/app/unavailable/page.js.nft.json +1 -0
  83. package/.next/server/app/unavailable/page_client-reference-manifest.js +1 -0
  84. package/.next/server/app-paths-manifest.json +27 -0
  85. package/.next/server/chunks/1230.js +1 -0
  86. package/.next/server/chunks/1446.js +1 -0
  87. package/.next/server/chunks/1450.js +1 -0
  88. package/.next/server/chunks/1536.js +1 -0
  89. package/.next/server/chunks/1615.js +1 -0
  90. package/.next/server/chunks/1682.js +6 -0
  91. package/.next/server/chunks/179.js +14 -0
  92. package/.next/server/chunks/2448.js +34 -0
  93. package/.next/server/chunks/2481.js +1 -0
  94. package/.next/server/chunks/2518.js +12 -0
  95. package/.next/server/chunks/2581.js +1 -0
  96. package/.next/server/chunks/2878.js +63 -0
  97. package/.next/server/chunks/3125.js +1 -0
  98. package/.next/server/chunks/330.js +1 -0
  99. package/.next/server/chunks/3381.js +1 -0
  100. package/.next/server/chunks/3464.js +1 -0
  101. package/.next/server/chunks/3573.js +1 -0
  102. package/.next/server/chunks/3607.js +14 -0
  103. package/.next/server/chunks/3844.js +1 -0
  104. package/.next/server/chunks/4536.js +1 -0
  105. package/.next/server/chunks/4742.js +1 -0
  106. package/.next/server/chunks/4857.js +1 -0
  107. package/.next/server/chunks/6621.js +1 -0
  108. package/.next/server/chunks/7070.js +12 -0
  109. package/.next/server/chunks/719.js +1 -0
  110. package/.next/server/chunks/7667.js +1 -0
  111. package/.next/server/chunks/7674.js +1 -0
  112. package/.next/server/chunks/7937.js +1 -0
  113. package/.next/server/chunks/7990.js +1 -0
  114. package/.next/server/chunks/8038.js +1 -0
  115. package/.next/server/chunks/8195.js +1 -0
  116. package/.next/server/chunks/8198.js +1 -0
  117. package/.next/server/chunks/8224.js +1 -0
  118. package/.next/server/chunks/8398.js +1 -0
  119. package/.next/server/chunks/8948.js +2 -0
  120. package/.next/server/chunks/9600.js +1 -0
  121. package/.next/server/chunks/9627.js +1 -0
  122. package/.next/server/chunks/9715.js +1 -0
  123. package/.next/server/chunks/9772.js +2 -0
  124. package/.next/server/chunks/font-manifest.json +1 -0
  125. package/.next/server/font-manifest.json +1 -0
  126. package/.next/server/functions-config-manifest.json +1 -0
  127. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  128. package/.next/server/middleware-build-manifest.js +1 -0
  129. package/.next/server/middleware-manifest.json +6 -0
  130. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  131. package/.next/server/next-font-manifest.js +1 -0
  132. package/.next/server/next-font-manifest.json +1 -0
  133. package/.next/server/pages/500.html +1 -0
  134. package/.next/server/pages/_app.js +1 -0
  135. package/.next/server/pages/_app.js.nft.json +1 -0
  136. package/.next/server/pages/_document.js +1 -0
  137. package/.next/server/pages/_document.js.nft.json +1 -0
  138. package/.next/server/pages/_error.js +1 -0
  139. package/.next/server/pages/_error.js.nft.json +1 -0
  140. package/.next/server/pages-manifest.json +1 -0
  141. package/.next/server/server-reference-manifest.js +1 -0
  142. package/.next/server/server-reference-manifest.json +1 -0
  143. package/.next/server/webpack-runtime.js +1 -0
  144. package/.next/standalone/.next/BUILD_ID +1 -1
  145. package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
  146. package/.next/standalone/.next/build-manifest.json +2 -2
  147. package/.next/standalone/.next/prerender-manifest.json +1 -1
  148. package/.next/standalone/.next/server/app/api/mile/prompts.body +1 -1
  149. package/.next/standalone/.next/server/app/atom.xml.body +1 -1
  150. package/.next/standalone/.next/server/app/rss.xml.body +1 -1
  151. package/.next/standalone/.next/server/app/sitemap.xml.body +5 -5
  152. package/.next/standalone/.next/server/app-paths-manifest.json +3 -3
  153. package/.next/standalone/.next/server/pages/500.html +1 -1
  154. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  155. package/.next/standalone/package.json +5 -4
  156. package/.next/static/PDn4f_-4CIbfG8EmueowG/_buildManifest.js +1 -0
  157. package/.next/static/PDn4f_-4CIbfG8EmueowG/_ssgManifest.js +1 -0
  158. package/.next/static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js +1 -0
  159. package/.next/static/chunks/0e762574-561b753e40bf5566.js +1 -0
  160. package/.next/static/chunks/117-70c87e31cd233c14.js +2 -0
  161. package/.next/static/chunks/152-16409649f7f42f9f.js +1 -0
  162. package/.next/static/chunks/153-f9c1aae3150e3029.js +1 -0
  163. package/.next/static/chunks/164-27f8b4187a29c395.js +1 -0
  164. package/.next/static/chunks/306-8d9c9a07b04a69f4.js +1 -0
  165. package/.next/static/chunks/343-ef3404804cc77cf3.js +1 -0
  166. package/.next/static/chunks/37-4aae6f4051a21b05.js +1 -0
  167. package/.next/static/chunks/479ba886-f76cebda33235b4d.js +1 -0
  168. package/.next/static/chunks/586-51f7e768b82803f6.js +1 -0
  169. package/.next/static/chunks/654-13e1845df8edb304.js +1 -0
  170. package/.next/static/chunks/767-2ec5d3ea9fe43cfa.js +1 -0
  171. package/.next/static/chunks/789-9810818d7be29598.js +1 -0
  172. package/.next/static/chunks/795d4814-090707ad3f792458.js +1 -0
  173. package/.next/static/chunks/878-b71984a1ef1b61e8.js +1 -0
  174. package/.next/static/chunks/8e1d74a4-f0365ca0a1823520.js +1 -0
  175. package/.next/static/chunks/961-29616c8a08e9f439.js +1 -0
  176. package/.next/static/chunks/972-774fbff93f73f32d.js +1 -0
  177. package/.next/static/chunks/app/_not-found/page-3061d7e79b77cf51.js +1 -0
  178. package/.next/static/chunks/app/blog/[id]/page-1fc779790ce384a8.js +1 -0
  179. package/.next/static/chunks/app/blog/page-096c29c6f69ebc33.js +1 -0
  180. package/.next/static/chunks/app/editor/page-f387899e39bc5e66.js +1 -0
  181. package/.next/static/chunks/app/layout-3439dc235234d73d.js +1 -0
  182. package/.next/static/chunks/app/login/page-6b91892f0e29c5e9.js +1 -0
  183. package/.next/static/chunks/app/memos/page-1b33cb7e1f301ba0.js +1 -0
  184. package/.next/static/chunks/app/page-f7dabeade6df80fd.js +1 -0
  185. package/.next/static/chunks/app/unavailable/page-c7774081778f08fc.js +1 -0
  186. package/.next/static/chunks/c916193b-16ee67ea0eb0c9df.js +1 -0
  187. package/.next/static/chunks/d3ac728e-709e52b22b85fd0a.js +1 -0
  188. package/.next/static/chunks/ee560e2c-0aeb447bc68f09f5.js +1 -0
  189. package/.next/static/chunks/fd9d1056-a4afdface6e53879.js +1 -0
  190. package/.next/static/chunks/framework-00a8ba1a63cfdc9e.js +1 -0
  191. package/.next/static/chunks/main-530e55a5659ae7e4.js +1 -0
  192. package/.next/static/chunks/main-app-838433dc18720d83.js +1 -0
  193. package/.next/static/chunks/pages/_app-15e2daefa259f0b5.js +1 -0
  194. package/.next/static/chunks/pages/_error-28b803cb2479b966.js +1 -0
  195. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  196. package/.next/static/chunks/webpack-a3d722a538b58757.js +1 -0
  197. package/.next/static/css/3864b451a61e4546.css +1 -0
  198. package/.next/static/css/67e4cfd62ab3f75c.css +1 -0
  199. package/.next/static/css/bf9d0ede562bd061.css +3 -0
  200. package/.next/static/media/04b170fa1114a606-s.woff2 +0 -0
  201. package/.next/static/media/08e5276c49c9ea3c-s.woff2 +0 -0
  202. package/.next/static/media/095b3ef40b322df1-s.woff2 +0 -0
  203. package/.next/static/media/0d843c40cdb24da5-s.woff2 +0 -0
  204. package/.next/static/media/16198ffb9c9fdd71-s.woff2 +0 -0
  205. package/.next/static/media/185e1e5dfa43e25f-s.woff2 +0 -0
  206. package/.next/static/media/1cfb11966f8bf838-s.woff2 +0 -0
  207. package/.next/static/media/1f4ef3a7563c157c-s.woff2 +0 -0
  208. package/.next/static/media/207ad64b019bcdef-s.woff2 +0 -0
  209. package/.next/static/media/21f0145a081cb2c8-s.woff2 +0 -0
  210. package/.next/static/media/25169183b7610496-s.woff2 +0 -0
  211. package/.next/static/media/2c913da5dc1da2ce-s.woff2 +0 -0
  212. package/.next/static/media/2d7ca78015d280d1-s.woff2 +0 -0
  213. package/.next/static/media/32be0b7a9127e345-s.woff2 +0 -0
  214. package/.next/static/media/33a4c9c744d0f9cd-s.woff2 +0 -0
  215. package/.next/static/media/3579da1a17de9863-s.woff2 +0 -0
  216. package/.next/static/media/36524af73d313f3b-s.woff2 +0 -0
  217. package/.next/static/media/3683934951fcdfff-s.woff2 +0 -0
  218. package/.next/static/media/3a3a2937d60ce37f-s.woff2 +0 -0
  219. package/.next/static/media/3e2c1db9f0de322f-s.woff2 +0 -0
  220. package/.next/static/media/3f282b8fe3ef7004-s.woff2 +0 -0
  221. package/.next/static/media/4294bde93a0ebb03-s.woff2 +0 -0
  222. package/.next/static/media/4cb92749e68500bf-s.woff2 +0 -0
  223. package/.next/static/media/4d3ec3b19c6bf06c-s.woff2 +0 -0
  224. package/.next/static/media/4eaaaae34a570973-s.woff2 +0 -0
  225. package/.next/static/media/4f45b9473df2758b-s.woff2 +0 -0
  226. package/.next/static/media/59769944ee073575-s.woff2 +0 -0
  227. package/.next/static/media/5bca2cb7d28055ae-s.woff2 +0 -0
  228. package/.next/static/media/5d217fec32e2068e-s.woff2 +0 -0
  229. package/.next/static/media/5f46c2de3a30070d-s.woff2 +0 -0
  230. package/.next/static/media/651d2e07f2cec067-s.woff2 +0 -0
  231. package/.next/static/media/684008be259a59c6-s.woff2 +0 -0
  232. package/.next/static/media/6858bbe75ab53fba-s.woff2 +0 -0
  233. package/.next/static/media/6cbcf0df7f219406-s.woff2 +0 -0
  234. package/.next/static/media/6d92d05365182413-s.woff2 +0 -0
  235. package/.next/static/media/7470b994d8569922-s.woff2 +0 -0
  236. package/.next/static/media/74e7e1e3fdad08dd-s.woff2 +0 -0
  237. package/.next/static/media/77901e7a9559d10c-s.woff2 +0 -0
  238. package/.next/static/media/796fab757a0e6146-s.woff2 +0 -0
  239. package/.next/static/media/7a830ebca9fe9db7-s.woff2 +0 -0
  240. package/.next/static/media/7bef3958b14cb6e3-s.woff2 +0 -0
  241. package/.next/static/media/81eb003b78a42a7b-s.woff2 +0 -0
  242. package/.next/static/media/84057adca98c0827-s.woff2 +0 -0
  243. package/.next/static/media/84a87fc9f232641e-s.woff2 +0 -0
  244. package/.next/static/media/84efce35a48f395c-s.woff2 +0 -0
  245. package/.next/static/media/872bfc82854f88b2-s.woff2 +0 -0
  246. package/.next/static/media/878380e8db69cb31-s.woff2 +0 -0
  247. package/.next/static/media/89c333b5a8239870-s.woff2 +0 -0
  248. package/.next/static/media/8a2e82a5f6677757-s.woff2 +0 -0
  249. package/.next/static/media/8cb8df5532e281af-s.woff2 +0 -0
  250. package/.next/static/media/8efbe4984052b206-s.woff2 +0 -0
  251. package/.next/static/media/8f2ab7576a12de97-s.woff2 +0 -0
  252. package/.next/static/media/905b23b26fa2645b-s.woff2 +0 -0
  253. package/.next/static/media/91fb5c9b9b43e9ec-s.woff2 +0 -0
  254. package/.next/static/media/92079ce87aa6c00d-s.woff2 +0 -0
  255. package/.next/static/media/9d87bcf0c05a83d6-s.p.woff2 +0 -0
  256. package/.next/static/media/9e9c82ad03b7dfa5-s.woff2 +0 -0
  257. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  258. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  259. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  260. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  261. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  262. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  263. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  264. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  265. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  266. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  267. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  268. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  269. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  270. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  271. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  272. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  273. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  274. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  275. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  276. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  277. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  278. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  279. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  280. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  281. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  282. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  283. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  284. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  285. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  286. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  287. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  288. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  289. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  290. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  291. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  292. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  293. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  294. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  295. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  296. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  297. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  298. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  299. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  300. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  301. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  302. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  303. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  304. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  305. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  306. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  307. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  308. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  309. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  310. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  311. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  312. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  313. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  314. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  315. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  316. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  317. package/.next/static/media/a0c7b168290800ea-s.woff2 +0 -0
  318. package/.next/static/media/a211c214b387705f-s.woff2 +0 -0
  319. package/.next/static/media/a515f80c15233dd2-s.woff2 +0 -0
  320. package/.next/static/media/a59cf4e3704a8bf9-s.woff2 +0 -0
  321. package/.next/static/media/a7107da688a6a6c4-s.woff2 +0 -0
  322. package/.next/static/media/b0785a8aafa8fb40-s.woff2 +0 -0
  323. package/.next/static/media/b3afeb402d0641d1-s.woff2 +0 -0
  324. package/.next/static/media/b3d4f23ea9869e41-s.woff2 +0 -0
  325. package/.next/static/media/b88b6f09060fd402-s.woff2 +0 -0
  326. package/.next/static/media/b9bde58fd979694e-s.woff2 +0 -0
  327. package/.next/static/media/bdb722ed5812b325-s.woff2 +0 -0
  328. package/.next/static/media/c24e4778556eba42-s.woff2 +0 -0
  329. package/.next/static/media/c3040269b1771b02-s.woff2 +0 -0
  330. package/.next/static/media/c4123b44ca624496-s.woff2 +0 -0
  331. package/.next/static/media/ccadbccc98acfb1c-s.woff2 +0 -0
  332. package/.next/static/media/d04351f5bc3644ea-s.woff2 +0 -0
  333. package/.next/static/media/d1778a980b3fad78-s.woff2 +0 -0
  334. package/.next/static/media/d416562cb7cba055-s.woff2 +0 -0
  335. package/.next/static/media/d872fd07230782c0-s.woff2 +0 -0
  336. package/.next/static/media/db3791bbb1ae5747-s.woff2 +0 -0
  337. package/.next/static/media/dd090f323c5887c3-s.woff2 +0 -0
  338. package/.next/static/media/dd1fcf6432702b11-s.woff2 +0 -0
  339. package/.next/static/media/e45abf9e3abcfe63-s.woff2 +0 -0
  340. package/.next/static/media/e6e70594dba816d3-s.woff2 +0 -0
  341. package/.next/static/media/e8a6cb3b0c8c1d41-s.woff2 +0 -0
  342. package/.next/static/media/e8fdc46fb8ed5f75-s.woff2 +0 -0
  343. package/.next/static/media/ed7a78808c74aaab-s.woff2 +0 -0
  344. package/.next/static/media/ef9a93445fe49953-s.woff2 +0 -0
  345. package/.next/static/media/f00fd2cfeda7750f-s.woff2 +0 -0
  346. package/.next/static/media/f0863c4be7cb812e-s.woff2 +0 -0
  347. package/.next/static/media/f2fb250c4baa1fea-s.woff2 +0 -0
  348. package/.next/static/media/f392a13a0094c3d1-s.woff2 +0 -0
  349. package/.next/static/media/f42f4d2ecc3cba08-s.woff2 +0 -0
  350. package/.next/static/media/f8f98f7e33dde58b-s.woff2 +0 -0
  351. package/.next/static/media/fba9d66c2358f8e6-s.woff2 +0 -0
  352. package/.next/static/media/fc8b52876cd8aa42-s.woff2 +0 -0
  353. package/.next/static/media/fcc5ccbd071c5f3e-s.woff2 +0 -0
  354. package/.next/static/media/fe9908567bfd9cbf-s.woff2 +0 -0
  355. package/.next/trace +120 -0
  356. package/.next/types/app/api/asset/[...path]/route.ts +343 -0
  357. package/.next/types/app/api/auth/[...nextauth]/route.ts +343 -0
  358. package/.next/types/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.ts +343 -0
  359. package/.next/types/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.ts +343 -0
  360. package/.next/types/app/api/blog/[id]/highlights/[hid]/replies/route.ts +343 -0
  361. package/.next/types/app/api/blog/[id]/highlights/[hid]/resolve/route.ts +343 -0
  362. package/.next/types/app/api/blog/[id]/highlights/[hid]/route.ts +343 -0
  363. package/.next/types/app/api/blog/[id]/highlights/route.ts +343 -0
  364. package/.next/types/app/api/graphql/route.ts +343 -0
  365. package/.next/types/app/api/mile/prompts/route.ts +343 -0
  366. package/.next/types/app/api/upload/route.ts +343 -0
  367. package/.next/types/app/api/webhooks/notification/route.ts +343 -0
  368. package/.next/types/app/atom.xml/route.ts +343 -0
  369. package/.next/types/app/blog/[id]/page.ts +79 -0
  370. package/.next/types/app/blog/page.ts +79 -0
  371. package/.next/types/app/editor/page.ts +79 -0
  372. package/.next/types/app/login/page.ts +79 -0
  373. package/.next/types/app/memos/page.ts +79 -0
  374. package/.next/types/app/page.ts +79 -0
  375. package/.next/types/app/rss.xml/route.ts +343 -0
  376. package/.next/types/app/unavailable/page.ts +79 -0
  377. package/.next/types/package.json +1 -0
  378. package/bin/cici.js +9 -7
  379. package/package.json +5 -4
  380. package/public/Tinymind-banner.png +0 -0
  381. package/public/Tinymind.dmg +0 -0
  382. package/public/icon-144.jpg +0 -0
  383. package/public/icon.jpg +0 -0
  384. package/public/manifest.json +25 -0
  385. package/public/presentations/coordinated-access-control-with-policy/index.html +1593 -0
  386. package/public/tinymind.icns +0 -0
  387. /package/.next/standalone/.next/static/{Pl18p4h2shbbqjypPxStc → PDn4f_-4CIbfG8EmueowG}/_buildManifest.js +0 -0
  388. /package/.next/standalone/.next/static/{Pl18p4h2shbbqjypPxStc → PDn4f_-4CIbfG8EmueowG}/_ssgManifest.js +0 -0
@@ -0,0 +1,30 @@
1
+ (()=>{var e={};e.id=548,e.ids=[548],e.modules={72934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},54580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},45869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},20399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},27790:e=>{"use strict";e.exports=require("assert")},78893:e=>{"use strict";e.exports=require("buffer")},84770:e=>{"use strict";e.exports=require("crypto")},17702:e=>{"use strict";e.exports=require("events")},92048:e=>{"use strict";e.exports=require("fs")},32615:e=>{"use strict";e.exports=require("http")},35240:e=>{"use strict";e.exports=require("https")},55315:e=>{"use strict";e.exports=require("path")},86624:e=>{"use strict";e.exports=require("querystring")},17360:e=>{"use strict";e.exports=require("url")},21764:e=>{"use strict";e.exports=require("util")},71568:e=>{"use strict";e.exports=require("zlib")},49411:e=>{"use strict";e.exports=require("node:path")},97742:e=>{"use strict";e.exports=require("node:process")},41041:e=>{"use strict";e.exports=require("node:url")},25885:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>i.a,__next_app__:()=>m,originalPathname:()=>u,pages:()=>c,routeModule:()=>h,tree:()=>d}),r(81845),r(72096),r(35866);var n=r(23191),a=r(88716),o=r(37922),i=r.n(o),s=r(95231),l={};for(let e in s)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>s[e]);r.d(t,l);let d=["",{children:["blog",{children:["[id]",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,81845)),"/home/runner/work/cici/cici/app/blog/[id]/page.tsx"]}]},{}]},{metadata:{icon:[async e=>(await Promise.resolve().then(r.bind(r,57481))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(r.bind(r,72096)),"/home/runner/work/cici/cici/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,35866,23)),"next/dist/client/components/not-found-error"],metadata:{icon:[async e=>(await Promise.resolve().then(r.bind(r,57481))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}],c=["/home/runner/work/cici/cici/app/blog/[id]/page.tsx"],u="/blog/[id]/page",m={require:r,loadChunk:()=>Promise.resolve()},h=new n.AppPageRouteModule({definition:{kind:a.x.APP_PAGE,page:"/blog/[id]/page",pathname:"/blog/[id]",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},41555:(e,t,r)=>{Promise.resolve().then(r.bind(r,78584)),Promise.resolve().then(r.bind(r,92073))},78584:(e,t,r)=>{"use strict";r.d(t,{PostContainer:()=>tN});var n=r(10326),a=r(17577),o=r.n(a),i=r(35047);r(32289);var s=r(99676),l=r(54390);let d={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function c(e){return (t={})=>{let r=t.width?String(t.width):e.defaultWidth;return e.formats[r]||e.formats[e.defaultWidth]}}let u={date:c({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:c({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:c({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},m={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function h(e){return(t,r)=>{let n;if("formatting"===(r?.context?String(r.context):"standalone")&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,a=r?.width?String(r.width):t;n=e.formattingValues[a]||e.formattingValues[t]}else{let t=e.defaultWidth,a=r?.width?String(r.width):e.defaultWidth;n=e.values[a]||e.values[t]}return n[e.argumentCallback?e.argumentCallback(t):t]}}function f(e){return(t,r={})=>{let n;let a=r.width,o=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],i=t.match(o);if(!i)return null;let s=i[0],l=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(l)?function(e,t){for(let r=0;r<e.length;r++)if(t(e[r]))return r}(l,e=>e.test(s)):function(e,t){for(let r in e)if(Object.prototype.hasOwnProperty.call(e,r)&&t(e[r]))return r}(l,e=>e.test(s));return n=e.valueCallback?e.valueCallback(d):d,{value:n=r.valueCallback?r.valueCallback(n):n,rest:t.slice(s.length)}}}let p={code:"en-US",formatDistance:(e,t,r)=>{let n;let a=d[e];return(n="string"==typeof a?a:1===t?a.one:a.other.replace("{{count}}",t.toString()),r?.addSuffix)?r.comparison&&r.comparison>0?"in "+n:n+" ago":n},formatLong:u,formatRelative:(e,t,r,n)=>m[e],localize:{ordinalNumber:(e,t)=>{let r=Number(e),n=r%100;if(n>20||n<10)switch(n%10){case 1:return r+"st";case 2:return r+"nd";case 3:return r+"rd"}return r+"th"},era:h({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:h({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:e=>e-1}),month:h({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:h({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:h({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:function(e){return(t,r={})=>{let n=t.match(e.matchPattern);if(!n)return null;let a=n[0],o=t.match(e.parsePattern);if(!o)return null;let i=e.valueCallback?e.valueCallback(o[0]):o[0];return{value:i=r.valueCallback?r.valueCallback(i):i,rest:t.slice(a.length)}}}({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:f({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:f({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:e=>e+1}),month:f({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:f({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:f({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}},g={};function x(e){let t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new e.constructor(+e):new Date("number"==typeof e||"[object Number]"===t||"string"==typeof e||"[object String]"===t?e:NaN)}function y(e){let t=x(e);return t.setHours(0,0,0,0),t}function b(e){let t=x(e),r=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return r.setUTCFullYear(t.getFullYear()),+e-+r}function w(e,t){return e instanceof Date?new e.constructor(t):new Date(t)}function v(e,t){let r=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??g.weekStartsOn??g.locale?.options?.weekStartsOn??0,n=x(e),a=n.getDay();return n.setDate(n.getDate()-((a<r?7:0)+a-r)),n.setHours(0,0,0,0),n}function j(e){return v(e,{weekStartsOn:1})}function N(e){let t=x(e),r=t.getFullYear(),n=w(e,0);n.setFullYear(r+1,0,4),n.setHours(0,0,0,0);let a=j(n),o=w(e,0);o.setFullYear(r,0,4),o.setHours(0,0,0,0);let i=j(o);return t.getTime()>=a.getTime()?r+1:t.getTime()>=i.getTime()?r:r-1}function k(e,t){let r=x(e),n=r.getFullYear(),a=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??g.firstWeekContainsDate??g.locale?.options?.firstWeekContainsDate??1,o=w(e,0);o.setFullYear(n+1,0,a),o.setHours(0,0,0,0);let i=v(o,t),s=w(e,0);s.setFullYear(n,0,a),s.setHours(0,0,0,0);let l=v(s,t);return r.getTime()>=i.getTime()?n+1:r.getTime()>=l.getTime()?n:n-1}function C(e,t){let r=Math.abs(e).toString().padStart(t,"0");return(e<0?"-":"")+r}let M={y(e,t){let r=e.getFullYear(),n=r>0?r:1-r;return C("yy"===t?n%100:n,t.length)},M(e,t){let r=e.getMonth();return"M"===t?String(r+1):C(r+1,2)},d:(e,t)=>C(e.getDate(),t.length),a(e,t){let r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return r.toUpperCase();case"aaa":return r;case"aaaaa":return r[0];default:return"am"===r?"a.m.":"p.m."}},h:(e,t)=>C(e.getHours()%12||12,t.length),H:(e,t)=>C(e.getHours(),t.length),m:(e,t)=>C(e.getMinutes(),t.length),s:(e,t)=>C(e.getSeconds(),t.length),S(e,t){let r=t.length;return C(Math.trunc(e.getMilliseconds()*Math.pow(10,r-3)),t.length)}},S={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},P={G:function(e,t,r){let n=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return r.era(n,{width:"abbreviated"});case"GGGGG":return r.era(n,{width:"narrow"});default:return r.era(n,{width:"wide"})}},y:function(e,t,r){if("yo"===t){let t=e.getFullYear();return r.ordinalNumber(t>0?t:1-t,{unit:"year"})}return M.y(e,t)},Y:function(e,t,r,n){let a=k(e,n),o=a>0?a:1-a;return"YY"===t?C(o%100,2):"Yo"===t?r.ordinalNumber(o,{unit:"year"}):C(o,t.length)},R:function(e,t){return C(N(e),t.length)},u:function(e,t){return C(e.getFullYear(),t.length)},Q:function(e,t,r){let n=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(n);case"QQ":return C(n,2);case"Qo":return r.ordinalNumber(n,{unit:"quarter"});case"QQQ":return r.quarter(n,{width:"abbreviated",context:"formatting"});case"QQQQQ":return r.quarter(n,{width:"narrow",context:"formatting"});default:return r.quarter(n,{width:"wide",context:"formatting"})}},q:function(e,t,r){let n=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(n);case"qq":return C(n,2);case"qo":return r.ordinalNumber(n,{unit:"quarter"});case"qqq":return r.quarter(n,{width:"abbreviated",context:"standalone"});case"qqqqq":return r.quarter(n,{width:"narrow",context:"standalone"});default:return r.quarter(n,{width:"wide",context:"standalone"})}},M:function(e,t,r){let n=e.getMonth();switch(t){case"M":case"MM":return M.M(e,t);case"Mo":return r.ordinalNumber(n+1,{unit:"month"});case"MMM":return r.month(n,{width:"abbreviated",context:"formatting"});case"MMMMM":return r.month(n,{width:"narrow",context:"formatting"});default:return r.month(n,{width:"wide",context:"formatting"})}},L:function(e,t,r){let n=e.getMonth();switch(t){case"L":return String(n+1);case"LL":return C(n+1,2);case"Lo":return r.ordinalNumber(n+1,{unit:"month"});case"LLL":return r.month(n,{width:"abbreviated",context:"standalone"});case"LLLLL":return r.month(n,{width:"narrow",context:"standalone"});default:return r.month(n,{width:"wide",context:"standalone"})}},w:function(e,t,r,n){let a=function(e,t){let r=x(e);return Math.round((+v(r,t)-+function(e,t){let r=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??g.firstWeekContainsDate??g.locale?.options?.firstWeekContainsDate??1,n=k(e,t),a=w(e,0);return a.setFullYear(n,0,r),a.setHours(0,0,0,0),v(a,t)}(r,t))/6048e5)+1}(e,n);return"wo"===t?r.ordinalNumber(a,{unit:"week"}):C(a,t.length)},I:function(e,t,r){let n=function(e){let t=x(e);return Math.round((+j(t)-+function(e){let t=N(e),r=w(e,0);return r.setFullYear(t,0,4),r.setHours(0,0,0,0),j(r)}(t))/6048e5)+1}(e);return"Io"===t?r.ordinalNumber(n,{unit:"week"}):C(n,t.length)},d:function(e,t,r){return"do"===t?r.ordinalNumber(e.getDate(),{unit:"date"}):M.d(e,t)},D:function(e,t,r){let n=function(e){let t=x(e);return function(e,t){let r=y(e),n=y(t);return Math.round((+r-b(r)-(+n-b(n)))/864e5)}(t,function(e){let t=x(e),r=w(e,0);return r.setFullYear(t.getFullYear(),0,1),r.setHours(0,0,0,0),r}(t))+1}(e);return"Do"===t?r.ordinalNumber(n,{unit:"dayOfYear"}):C(n,t.length)},E:function(e,t,r){let n=e.getDay();switch(t){case"E":case"EE":case"EEE":return r.day(n,{width:"abbreviated",context:"formatting"});case"EEEEE":return r.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return r.day(n,{width:"short",context:"formatting"});default:return r.day(n,{width:"wide",context:"formatting"})}},e:function(e,t,r,n){let a=e.getDay(),o=(a-n.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return C(o,2);case"eo":return r.ordinalNumber(o,{unit:"day"});case"eee":return r.day(a,{width:"abbreviated",context:"formatting"});case"eeeee":return r.day(a,{width:"narrow",context:"formatting"});case"eeeeee":return r.day(a,{width:"short",context:"formatting"});default:return r.day(a,{width:"wide",context:"formatting"})}},c:function(e,t,r,n){let a=e.getDay(),o=(a-n.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return C(o,t.length);case"co":return r.ordinalNumber(o,{unit:"day"});case"ccc":return r.day(a,{width:"abbreviated",context:"standalone"});case"ccccc":return r.day(a,{width:"narrow",context:"standalone"});case"cccccc":return r.day(a,{width:"short",context:"standalone"});default:return r.day(a,{width:"wide",context:"standalone"})}},i:function(e,t,r){let n=e.getDay(),a=0===n?7:n;switch(t){case"i":return String(a);case"ii":return C(a,t.length);case"io":return r.ordinalNumber(a,{unit:"day"});case"iii":return r.day(n,{width:"abbreviated",context:"formatting"});case"iiiii":return r.day(n,{width:"narrow",context:"formatting"});case"iiiiii":return r.day(n,{width:"short",context:"formatting"});default:return r.day(n,{width:"wide",context:"formatting"})}},a:function(e,t,r){let n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return r.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"aaa":return r.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return r.dayPeriod(n,{width:"narrow",context:"formatting"});default:return r.dayPeriod(n,{width:"wide",context:"formatting"})}},b:function(e,t,r){let n;let a=e.getHours();switch(n=12===a?S.noon:0===a?S.midnight:a/12>=1?"pm":"am",t){case"b":case"bb":return r.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"bbb":return r.dayPeriod(n,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return r.dayPeriod(n,{width:"narrow",context:"formatting"});default:return r.dayPeriod(n,{width:"wide",context:"formatting"})}},B:function(e,t,r){let n;let a=e.getHours();switch(n=a>=17?S.evening:a>=12?S.afternoon:a>=4?S.morning:S.night,t){case"B":case"BB":case"BBB":return r.dayPeriod(n,{width:"abbreviated",context:"formatting"});case"BBBBB":return r.dayPeriod(n,{width:"narrow",context:"formatting"});default:return r.dayPeriod(n,{width:"wide",context:"formatting"})}},h:function(e,t,r){if("ho"===t){let t=e.getHours()%12;return 0===t&&(t=12),r.ordinalNumber(t,{unit:"hour"})}return M.h(e,t)},H:function(e,t,r){return"Ho"===t?r.ordinalNumber(e.getHours(),{unit:"hour"}):M.H(e,t)},K:function(e,t,r){let n=e.getHours()%12;return"Ko"===t?r.ordinalNumber(n,{unit:"hour"}):C(n,t.length)},k:function(e,t,r){let n=e.getHours();return(0===n&&(n=24),"ko"===t)?r.ordinalNumber(n,{unit:"hour"}):C(n,t.length)},m:function(e,t,r){return"mo"===t?r.ordinalNumber(e.getMinutes(),{unit:"minute"}):M.m(e,t)},s:function(e,t,r){return"so"===t?r.ordinalNumber(e.getSeconds(),{unit:"second"}):M.s(e,t)},S:function(e,t){return M.S(e,t)},X:function(e,t,r){let n=e.getTimezoneOffset();if(0===n)return"Z";switch(t){case"X":return T(n);case"XXXX":case"XX":return R(n);default:return R(n,":")}},x:function(e,t,r){let n=e.getTimezoneOffset();switch(t){case"x":return T(n);case"xxxx":case"xx":return R(n);default:return R(n,":")}},O:function(e,t,r){let n=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+D(n,":");default:return"GMT"+R(n,":")}},z:function(e,t,r){let n=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+D(n,":");default:return"GMT"+R(n,":")}},t:function(e,t,r){return C(Math.trunc(e.getTime()/1e3),t.length)},T:function(e,t,r){return C(e.getTime(),t.length)}};function D(e,t=""){let r=e>0?"-":"+",n=Math.abs(e),a=Math.trunc(n/60),o=n%60;return 0===o?r+String(a):r+String(a)+t+C(o,2)}function T(e,t){return e%60==0?(e>0?"-":"+")+C(Math.abs(e)/60,2):R(e,t)}function R(e,t=""){let r=Math.abs(e);return(e>0?"-":"+")+C(Math.trunc(r/60),2)+t+C(r%60,2)}let E=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},O=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},$={p:O,P:(e,t)=>{let r;let n=e.match(/(P+)(p+)?/)||[],a=n[1],o=n[2];if(!o)return E(e,t);switch(a){case"P":r=t.dateTime({width:"short"});break;case"PP":r=t.dateTime({width:"medium"});break;case"PPP":r=t.dateTime({width:"long"});break;default:r=t.dateTime({width:"full"})}return r.replace("{{date}}",E(a,t)).replace("{{time}}",O(o,t))}},F=/^D+$/,_=/^Y+$/,q=["D","DD","YY","YYYY"],L=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,A=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,I=/^'([^]*?)'?$/,W=/''/g,H=/[a-zA-Z]/;var z=r(31546),Y=r(54345),U=r(8513),X=r(41703),G=r(69029),V=r.n(G),Z=r(96202);function B({title:e,date:t,content:r,slug:a,headerContent:i,discussionsComponent:d,location:c}){return(0,n.jsxs)("div",{className:"max-w-3xl mx-auto px-4 py-8",children:[i&&n.jsx("div",{className:"flex justify-end mb-6",children:i}),(0,n.jsxs)("main",{className:"bg-white rounded-lg border border-gray-200 p-8",children:[(0,n.jsxs)("header",{className:"mb-8",children:[n.jsx("h1",{className:"text-3xl font-bold leading-tight mb-3 text-gray-900",children:e}),(0,n.jsxs)("div",{className:"text-sm text-gray-600 flex items-center gap-3",children:[n.jsx("time",{dateTime:t,children:function(e,t,r){let n=(void 0)??g.locale??p,a=(void 0)??void 0??g.firstWeekContainsDate??g.locale?.options?.firstWeekContainsDate??1,o=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??g.weekStartsOn??g.locale?.options?.weekStartsOn??0,i=x(e);if(!((i instanceof Date||"object"==typeof i&&"[object Date]"===Object.prototype.toString.call(i)||"number"==typeof i)&&!isNaN(Number(x(i)))))throw RangeError("Invalid time value");let s=t.match(A).map(e=>{let t=e[0];return"p"===t||"P"===t?(0,$[t])(e,n.formatLong):e}).join("").match(L).map(e=>{if("''"===e)return{isToken:!1,value:"'"};let t=e[0];if("'"===t)return{isToken:!1,value:function(e){let t=e.match(I);return t?t[1].replace(W,"'"):e}(e)};if(P[t])return{isToken:!0,value:e};if(t.match(H))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});n.localize.preprocessor&&(s=n.localize.preprocessor(i,s));let l={firstWeekContainsDate:a,weekStartsOn:o,locale:n};return s.map(a=>{if(!a.isToken)return a.value;let o=a.value;return(!r?.useAdditionalWeekYearTokens&&_.test(o)||!r?.useAdditionalDayOfYearTokens&&F.test(o))&&function(e,t,r){let n=function(e,t,r){let n="Y"===e[0]?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${n} to the input \`${r}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(e,t,r);if(console.warn(n),q.includes(e))throw RangeError(n)}(o,t,String(e)),(0,P[o[0]])(i,o,n.localize,l)}).join("")}(new Date(t),"MMM d, yyyy")}),c?.city&&(0,n.jsxs)("span",{className:"flex items-center gap-1",children:["\uD83D\uDD8A ",c.city,c.street?` \xb7 ${c.street}`:""]})]})]}),n.jsx("div",{className:"prose prose-lg max-w-none text-gray-900 leading-relaxed prose-p:my-3 prose-img:my-0",children:n.jsx(s.U,{remarkPlugins:[Y.Z,U.Z],rehypePlugins:[z.Z],components:{code({inline:e,className:t,children:r,...a}){let o=/language-(\w+)/.exec(t||"");return!e&&o?n.jsx(l.Z,{style:X.Z,language:o[1],PreTag:"div",children:String(r).replace(/\n$/,"")}):n.jsx("code",{className:t,...a,children:r})},a:({children:e,...t})=>n.jsx("a",{...t,className:"text-gray-400 no-underline hover:text-gray-600 hover:underline hover:underline-offset-4 transition-colors duration-200 break-words",target:"_blank",rel:"noopener noreferrer",children:e}),blockquote:({children:e})=>n.jsx("blockquote",{className:"pl-4 border-l-4 border-gray-200 text-gray-400",children:e}),p:({children:e})=>o().Children.toArray(e).every(e=>o().isValidElement(e)&&"img"===e.type)?n.jsx(n.Fragment,{children:e}):n.jsx("p",{children:e}),img:({children:e,...t})=>n.jsx("div",{className:"flex justify-center",children:(0,n.jsxs)("div",{className:"w-full",children:[n.jsx(V(),{src:t.src||"",alt:t.alt||"image",width:1200,height:800,className:"h-auto w-full object-contain rounded-lg shadow-md",quality:100,priority:!0}),e&&n.jsx("div",{className:"text-center mt-2 text-sm text-gray-500 italic",children:e})]})})},children:r})}),n.jsx("div",{className:"mt-8 pt-6 border-t border-gray-100 flex justify-center",children:n.jsx(Z.Z,{type:"blog",id:a})})]}),d&&n.jsx("div",{className:"mt-6",children:d})]})}function Q(e,t,r){return t.nodeType===Node.TEXT_NODE?function(e,t,r){let n=e.ownerDocument;if(!n)return -1;let a=0,o=n.createTreeWalker(e,NodeFilter.SHOW_TEXT),i=o.nextNode();for(;i;){if(i===t)return a+Math.min(r,i.textContent?.length??0);a+=i.textContent?.length??0,i=o.nextNode()}return -1}(e,t,r):t===e?J(e,e,r):t.nodeType===Node.ELEMENT_NODE?J(e,t,r):-1}function J(e,t,r){let n=0;for(let e=0;e<r&&e<t.childNodes.length;e++)n+=t.childNodes[e].textContent?.length??0;if(t===e)return n;let a=e.ownerDocument;if(!a)return -1;let o=0,i=a.createTreeWalker(e,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT),s=i.nextNode();for(;s;){if(s===t)return o+n;s.nodeType===Node.TEXT_NODE&&(o+=s.textContent?.length??0),s=i.nextNode()}return -1}async function K(e,t){let r=await fetch(e,{...t,headers:{"Content-Type":"application/json",...t?.headers??{}}}),n=await r.json();if(!r.ok||!n.success||void 0===n.data)throw Error(n.error??`Request failed: ${r.status}`);return n.data}async function ee(e,t){return K(`/api/blog/${encodeURIComponent(e)}/highlights`,{method:"POST",body:JSON.stringify(t)})}async function et(e,t,r){return K(`/api/blog/${encodeURIComponent(e)}/highlights/${encodeURIComponent(t)}/replies`,{method:"POST",body:JSON.stringify(r)})}async function er(e,t,r,n){return K(`/api/blog/${encodeURIComponent(e)}/highlights/${encodeURIComponent(t)}/comments/${encodeURIComponent(r)}/reactions`,{method:"POST",body:JSON.stringify({emoji:n})})}async function en(e,t,r){return K(`/api/blog/${encodeURIComponent(e)}/highlights/${encodeURIComponent(t)}/resolve`,{method:"POST",body:JSON.stringify({resolved:r})})}async function ea(e,t){return K(`/api/blog/${encodeURIComponent(e)}/highlights/${encodeURIComponent(t)}`,{method:"DELETE"})}async function eo(e,t,r){return K(`/api/blog/${encodeURIComponent(e)}/highlights/${encodeURIComponent(t)}/comments/${encodeURIComponent(r)}`,{method:"DELETE"})}function ei(e,t){let r=x(e),n=x(t),a=r.getTime()-n.getTime();return a<0?-1:a>0?1:a}var es=r(62881);let el=(0,es.Z)("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]),ed=(0,es.Z)("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]),ec=(0,es.Z)("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]),eu=null,em=new Set;function eh(e){eu!==e&&(eu=e,em.forEach(t=>t(e)))}function ef(){let[e,t]=(0,a.useState)(eu);return e}let ep=(0,es.Z)("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),eg=(0,es.Z)("Send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);function ex({initialBody:e="",initialName:t="",placeholder:r="Add a comment…",submitLabel:o="Comment",onSubmit:i,onCancel:s,disabled:l}){let[d,c]=(0,a.useState)(e),[u,m]=(0,a.useState)(t),[h,f]=(0,a.useState)(!1),[p,g]=(0,a.useState)(""),[x,y]=(0,a.useState)(!1),[b,w]=(0,a.useState)(null);async function v(){if(d.trim()&&!x&&!l){y(!0),w(null);try{if(p.length>0){w("Submission blocked");return}await i(d.trim(),u.trim()?u.trim():null),c("")}catch(e){w(e instanceof Error?e.message:"Failed to submit")}finally{y(!1)}}}return(0,n.jsxs)("div",{className:"flex flex-col gap-3 rounded-lg border border-border bg-card p-4",children:[n.jsx("textarea",{value:d,onChange:e=>c(e.target.value),placeholder:r,rows:3,maxLength:2e3,disabled:x||l,className:"w-full resize-none rounded border border-border bg-background px-3 py-2 text-sm text-foreground placeholder-muted-foreground focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary/40",onKeyDown:e=>{"Enter"===e.key&&(e.metaKey||e.ctrlKey)&&(e.preventDefault(),v())}}),n.jsx("input",{type:"text",value:u,onChange:e=>{f(!0),m(e.target.value)},placeholder:"Your name (optional)",maxLength:40,disabled:x||l,className:"w-full rounded border border-border bg-background px-3 py-2 text-xs text-foreground placeholder-muted-foreground focus:border-primary focus:outline-none focus:ring-1 focus:ring-primary/40"}),n.jsx("input",{type:"text",value:p,onChange:e=>g(e.target.value),tabIndex:-1,autoComplete:"off","aria-hidden":"true",className:"absolute -left-[9999px] -top-[9999px] h-0 w-0 opacity-0"}),b&&n.jsx("div",{className:"text-xs text-destructive",children:b}),(0,n.jsxs)("div",{className:"flex items-center justify-end gap-2 pt-1",children:[s&&(0,n.jsxs)("button",{type:"button",onClick:s,disabled:x,className:"inline-flex h-8 items-center gap-1 rounded px-3 text-xs text-muted-foreground hover:bg-muted",children:[n.jsx(ep,{className:"h-3 w-3"}),"Cancel"]}),(0,n.jsxs)("button",{type:"button",onClick:v,disabled:x||l||!d.trim(),className:"inline-flex h-8 items-center gap-1 rounded bg-primary px-3 text-xs font-medium text-primary-foreground shadow-sm hover:opacity-90 disabled:cursor-not-allowed disabled:opacity-50",children:[n.jsx(eg,{className:"h-3 w-3"}),x?"Sending…":o]})]})]})}function ey(e){let{highlight:t,fingerprint:r,isOwner:o,onReply:i,onReact:s,onResolve:l,onDelete:d}=e,c=ef()===t.id,[u,m]=(0,a.useState)(!1),h=t.thread[0],f=t.thread.slice(1);return(0,n.jsxs)("div",{"data-card-for":t.id,onMouseEnter:()=>eh(t.id),onMouseLeave:()=>eh(null),className:["rounded-lg border bg-card p-3 shadow-sm transition-all",c?"border-primary/60 shadow-md":"border-border",t.resolved?"opacity-60":""].join(" "),children:[n.jsx(eb,{comment:h,isOwner:o,onDelete:()=>d(t.id,h.id)}),f.length>0&&n.jsx("div",{className:"mt-2 space-y-2 border-l-2 border-border pl-2",children:f.map(e=>n.jsx(eb,{comment:e,isOwner:o,onDelete:()=>d(t.id,e.id),compact:!0},e.id))}),(0,n.jsxs)("div",{className:"mt-2 flex items-center justify-between gap-2",children:[u?null:n.jsx("button",{type:"button",onClick:()=>m(!0),className:"text-xs font-medium text-primary hover:underline",children:"Reply"}),o&&(0,n.jsxs)("button",{type:"button",onClick:()=>l(t.id,!t.resolved),className:"ml-auto inline-flex items-center gap-1 rounded px-1.5 py-0.5 text-xs text-muted-foreground hover:bg-muted","aria-label":t.resolved?"Reopen":"Resolve",children:[t.resolved?n.jsx(el,{className:"h-3 w-3"}):n.jsx(ed,{className:"h-3 w-3"}),t.resolved?"Reopen":"Resolve"]})]}),u&&n.jsx("div",{className:"mt-2",children:n.jsx(ex,{placeholder:"Reply…",submitLabel:"Reply",onSubmit:async(e,r)=>{await i(t.id,h.id,e,r),m(!1)},onCancel:()=>m(!1)})})]})}function eb({comment:e,isOwner:t,onDelete:r,compact:a}){var o,i;if(e.hidden)return n.jsx("div",{className:"text-xs italic text-muted-foreground",children:"(removed)"});let s=e.authorName?.trim()||`Anonymous ${e.fingerprint.slice(0,4)}`,l=(o=new Date(e.createdAt),i={addSuffix:!0},function(e,t,r){var n,a,o,i;let s,l,d;let c=r?.locale??g.locale??p,u=ei(e,t);if(isNaN(u))throw RangeError("Invalid time value");let m=Object.assign({},r,{addSuffix:r?.addSuffix,comparison:u});u>0?(s=x(t),l=x(e)):(s=x(e),l=x(t));let h=(n=l,a=s,(i=void 0,e=>{let t=(i?Math[i]:Math.trunc)(e);return 0===t?0:t})((+x(n)-+x(a))/1e3)),f=Math.round((h-(b(l)-b(s))/1e3)/60);if(f<2){if(r?.includeSeconds){if(h<5)return c.formatDistance("lessThanXSeconds",5,m);if(h<10)return c.formatDistance("lessThanXSeconds",10,m);if(h<20)return c.formatDistance("lessThanXSeconds",20,m);if(h<40)return c.formatDistance("halfAMinute",0,m);else if(h<60)return c.formatDistance("lessThanXMinutes",1,m);else return c.formatDistance("xMinutes",1,m)}return 0===f?c.formatDistance("lessThanXMinutes",1,m):c.formatDistance("xMinutes",f,m)}if(f<45)return c.formatDistance("xMinutes",f,m);if(f<90)return c.formatDistance("aboutXHours",1,m);if(f<1440)return c.formatDistance("aboutXHours",Math.round(f/60),m);if(f<2520)return c.formatDistance("xDays",1,m);if(f<43200)return c.formatDistance("xDays",Math.round(f/1440),m);if(f<86400)return d=Math.round(f/43200),c.formatDistance("aboutXMonths",d,m);if((d=function(e,t){let r;let n=x(e),a=x(t),o=ei(n,a),i=Math.abs(function(e,t){let r=x(e),n=x(t);return 12*(r.getFullYear()-n.getFullYear())+(r.getMonth()-n.getMonth())}(n,a));if(i<1)r=0;else{1===n.getMonth()&&n.getDate()>27&&n.setDate(30),n.setMonth(n.getMonth()-o*i);let t=ei(n,a)===-o;(function(e){let t=x(e);return+function(e){let t=x(e);return t.setHours(23,59,59,999),t}(t)==+function(e){let t=x(e),r=t.getMonth();return t.setFullYear(t.getFullYear(),r+1,0),t.setHours(23,59,59,999),t}(t)})(x(e))&&1===i&&1===ei(e,a)&&(t=!1),r=o*(i-Number(t))}return 0===r?0:r}(l,s))<12)return c.formatDistance("xMonths",Math.round(f/43200),m);{let e=d%12,t=Math.trunc(d/12);return e<3?c.formatDistance("aboutXYears",t,m):e<9?c.formatDistance("overXYears",t,m):c.formatDistance("almostXYears",t+1,m)}}(o,w(o,Date.now()),i));return(0,n.jsxs)("div",{className:a?"text-xs":"text-sm",children:[(0,n.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,n.jsxs)("div",{className:"flex items-center gap-1.5",children:[n.jsx("span",{className:"font-medium text-foreground",children:s}),(0,n.jsxs)("span",{className:"text-[11px] text-muted-foreground",children:["\xb7 ",l]})]}),t&&n.jsx("button",{type:"button",onClick:r,className:"rounded p-1 text-muted-foreground hover:bg-muted hover:text-destructive","aria-label":a?"Delete reply":"Delete comment",children:n.jsx(ec,{className:"h-3 w-3"})})]}),n.jsx("div",{className:"mt-1 whitespace-pre-wrap text-foreground/80",children:e.body})]})}let ew="__pending__";function ev(e){let{highlights:t,articleEl:r,recomputeKey:o,pending:i}=e,[s,l]=(0,a.useState)({}),[d,c]=(0,a.useState)({}),u=(0,a.useRef)(new Map),m=t.filter(e=>void 0!==d[e.id]),h=m.map(e=>({id:e.id,desiredTop:d[e.id],height:s[e.id]??100}));i&&void 0!==d[ew]&&h.push({id:ew,desiredTop:d[ew],height:s[ew]??100});let f=function(e,t=8){let r=[...e].sort((e,t)=>e.desiredTop-t.desiredTop),n=new Map,a=0;for(let e of r){let r=Math.max(e.desiredTop,a);n.set(e.id,r),a=r+e.height+t}return n}(h);function p(e){return t=>{let r=u.current.get(e);if(r&&(r.disconnect(),u.current.delete(e)),!t)return;let n=new ResizeObserver(t=>{let r=t[0];if(!r)return;let n=r.contentRect.height;l(t=>t[e]===n?t:{...t,[e]:n})});n.observe(t),u.current.set(e,n)}}if(0===h.length)return null;let g=Math.max(...h.map(e=>(f.get(e.id)??0)+(s[e.id]??100)),0);return(0,n.jsxs)("div",{className:"relative w-full",style:{minHeight:g},children:[m.map(t=>n.jsx("div",{ref:p(t.id),className:"absolute left-0 w-full",style:{top:f.get(t.id)??0},children:n.jsx(ey,{highlight:t,fingerprint:e.fingerprint,isOwner:e.isOwner,onReply:e.onReply,onReact:e.onReact,onResolve:e.onResolve,onDelete:e.onDelete})},t.id)),i&&void 0!==d[ew]&&n.jsx("div",{ref:p(ew),className:"absolute left-0 w-full",style:{top:f.get(ew)??0},children:i.composer})]})}function ej({highlight:e,articleEl:t,recomputeKey:r=0}){let[o,i]=(0,a.useState)([]),s=ef();if(0===o.length)return null;let l=s===e.id,d=e.resolved;return n.jsx(n.Fragment,{children:o.map((t,r)=>n.jsx("button",{type:"button","aria-label":`Highlight: ${e.thread[0]?.body.slice(0,80)??""}`,"data-highlight-id":e.id,onClick:t=>{t.preventDefault(),t.stopPropagation(),eh(l?null:e.id)},onMouseEnter:()=>eh(e.id),style:{top:t.top,left:t.left,width:t.width,height:t.height},className:["absolute z-10 cursor-pointer rounded-sm border-b-2 transition-colors",d?"border-muted-foreground/40 bg-muted/40 hover:bg-muted/60":"border-yellow-400/60 bg-yellow-200/40 hover:bg-yellow-200/70",l&&!d?"border-yellow-500 bg-yellow-300/60":"",l&&d?"border-muted-foreground bg-muted/70":""].join(" ")},`${e.id}-${r}`))})}let eN=(0,es.Z)("MessageSquarePlus",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);function ek({containerRef:e,onAddComment:t,suppressed:r}){let[o,i]=(0,a.useState)(null);return o?n.jsx("button",{type:"button",onMouseDown:e=>{e.preventDefault()},onClick:t,style:{top:o.top,left:o.left},className:"absolute z-30 flex h-8 w-8 items-center justify-center rounded-full bg-primary text-primary-foreground shadow-md transition-all hover:scale-110 hover:opacity-90 focus:outline-none focus:ring-2 focus:ring-ring","aria-label":"Add comment on selection",children:n.jsx(eN,{className:"h-4 w-4"})}):null}function eC({postId:e,children:t}){let r=(0,a.useRef)(null),[o,i]=(0,a.useState)([]),[s,l]=(0,a.useState)(null),[d,c]=(0,a.useState)(null),[u,m]=(0,a.useState)(!1),[h,f]=(0,a.useState)(null),[p,g]=(0,a.useState)([]),[x,y]=(0,a.useState)(0),[b,w]=(0,a.useState)(null),v=(0,a.useCallback)(()=>{let e=document.getSelection();if(!e||0===e.rangeCount||e.isCollapsed)return;let t=e.getRangeAt(0),n=r.current;if(!n)return;let a=function(e,t){if(e.collapsed||!t.contains(e.startContainer)||!t.contains(e.endContainer))return null;let r=t.textContent??"";if(0===r.length)return null;let n=Q(t,e.startContainer,e.startOffset),a=Q(t,e.endContainer,e.endOffset);if(n<0||a<0||a<=n)return null;let o=r.slice(n,a);if(0===o.length)return null;let i=r.slice(Math.max(0,n-32),n),s=r.slice(a,Math.min(r.length,a+32));return{startOffset:n,endOffset:a,exact:o,prefix:i,suffix:s}}(t,n);a&&(f(a),e.removeAllRanges())},[]),j=(0,a.useCallback)(async(t,r)=>{if(h)try{let{highlight:n}=await ee(e,{anchor:h,body:t,authorName:r});i(e=>[...e,n]),f(null),w(null)}catch(e){throw w(e instanceof Error?e.message:"Failed to comment"),e}},[h,e]),N=(0,a.useCallback)(async(t,r,n,a)=>{let{comment:o}=await et(e,t,{parentId:r,body:n,authorName:a});i(e=>e.map(e=>e.id===t?{...e,thread:[...e.thread,o]}:e))},[e]),k=(0,a.useCallback)(async(t,r,n)=>{let{reactions:a}=await er(e,t,r,n);i(e=>e.map(e=>e.id===t?{...e,thread:e.thread.map(e=>e.id===r?{...e,reactions:a}:e)}:e))},[e]),C=(0,a.useCallback)(async(t,r)=>{let{highlight:n}=await en(e,t,r);i(e=>e.map(e=>e.id===t?n:e))},[e]),M=(0,a.useCallback)(async(t,r)=>{r?(await eo(e,t,r)).removedHighlight?i(e=>e.filter(e=>e.id!==t)):i(e=>e.map(e=>e.id===t?{...e,thread:e.thread.filter(e=>e.id!==r)}:e)):(await ea(e,t),i(e=>e.filter(e=>e.id!==t)))},[e]),S=r.current,P=(0,a.useCallback)(()=>{f(null),w(null)},[]),D=o.length>0||null!==h;return(0,n.jsxs)("div",{className:D?"relative mx-auto w-full lg:flex lg:max-w-6xl lg:items-start lg:gap-12 lg:px-6":"relative w-full",children:[(0,n.jsxs)("div",{ref:r,className:D?"relative w-full lg:max-w-3xl lg:flex-1":"relative w-full",children:[t,o.map(e=>n.jsx(ej,{highlight:e,articleEl:S,recomputeKey:x},e.id)),p.map((e,t)=>n.jsx("div",{className:"pointer-events-none absolute z-10 rounded-sm border-b-2 border-primary/60 bg-primary/15",style:{top:e.top,left:e.left,width:e.width,height:e.height}},`pending-${t}`)),n.jsx(ek,{containerRef:r,onAddComment:v,suppressed:!!h})]}),D&&n.jsx("aside",{className:"hidden w-72 shrink-0 lg:block",children:n.jsx(ev,{highlights:o,articleEl:S,recomputeKey:x,fingerprint:s,isOwner:u,onReply:N,onReact:k,onResolve:C,onDelete:M,pending:h?{anchor:h,composer:(0,n.jsxs)("div",{className:"rounded-lg shadow-lg",children:[n.jsx(ex,{placeholder:"Add a comment…",submitLabel:"Comment",initialName:d??"",onSubmit:j,onCancel:P}),b&&n.jsx("div",{className:"mt-2 rounded border border-destructive/30 bg-destructive/10 p-2 text-xs text-destructive",children:b})]})}:void 0})}),h&&n.jsx("div",{className:"fixed inset-x-0 bottom-0 z-50 px-4 pb-4 pt-2 lg:hidden",children:(0,n.jsxs)("div",{className:"mx-auto max-w-3xl rounded-lg shadow-lg",children:[n.jsx(ex,{placeholder:"Add a comment…",submitLabel:"Comment",initialName:d??"",onSubmit:j,onCancel:P}),b&&n.jsx("div",{className:"mt-2 rounded border border-destructive/30 bg-destructive/10 p-2 text-xs text-destructive",children:b})]})}),o.length>0&&(0,n.jsxs)("div",{className:"mt-6 space-y-3 px-4 lg:hidden",children:[n.jsx("h2",{className:"text-sm font-semibold text-muted-foreground",children:"Inline comments"}),o.map(e=>n.jsx(ey,{highlight:e,fingerprint:s,isOwner:u,onReply:N,onReact:k,onResolve:C,onDelete:M},e.id))]})]})}var eM=r(52719),eS=r(60097),eP=r(90772),eD=r(46667),eT=r(82561),eR=r(48051),eE=r(93095),eO=r(88957),e$=r(52067),eF=r(825),e_=r(10441),eq=r(83078),eL=r(9815),eA=r(45226),eI=r(80699),eW=r(95011),eH=r(35664),ez=r(34214),eY="Dialog",[eU,eX]=(0,eE.b)(eY),[eG,eV]=eU(eY),eZ=e=>{let{__scopeDialog:t,children:r,open:o,defaultOpen:i,onOpenChange:s,modal:l=!0}=e,d=a.useRef(null),c=a.useRef(null),[u=!1,m]=(0,e$.T)({prop:o,defaultProp:i,onChange:s});return(0,n.jsx)(eG,{scope:t,triggerRef:d,contentRef:c,contentId:(0,eO.M)(),titleId:(0,eO.M)(),descriptionId:(0,eO.M)(),open:u,onOpenChange:m,onOpenToggle:a.useCallback(()=>m(e=>!e),[m]),modal:l,children:r})};eZ.displayName=eY;var eB="DialogTrigger";a.forwardRef((e,t)=>{let{__scopeDialog:r,...a}=e,o=eV(eB,r),i=(0,eR.e)(t,o.triggerRef);return(0,n.jsx)(eA.WV.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":to(o.open),...a,ref:i,onClick:(0,eT.M)(e.onClick,o.onOpenToggle)})}).displayName=eB;var eQ="DialogPortal",[eJ,eK]=eU(eQ,{forceMount:void 0}),e0=e=>{let{__scopeDialog:t,forceMount:r,children:o,container:i}=e,s=eV(eQ,t);return(0,n.jsx)(eJ,{scope:t,forceMount:r,children:a.Children.map(o,e=>(0,n.jsx)(eL.z,{present:r||s.open,children:(0,n.jsx)(eq.h,{asChild:!0,container:i,children:e})}))})};e0.displayName=eQ;var e1="DialogOverlay",e2=a.forwardRef((e,t)=>{let r=eK(e1,e.__scopeDialog),{forceMount:a=r.forceMount,...o}=e,i=eV(e1,e.__scopeDialog);return i.modal?(0,n.jsx)(eL.z,{present:a||i.open,children:(0,n.jsx)(e3,{...o,ref:t})}):null});e2.displayName=e1;var e3=a.forwardRef((e,t)=>{let{__scopeDialog:r,...a}=e,o=eV(e1,r);return(0,n.jsx)(eW.Z,{as:ez.g7,allowPinchZoom:!0,shards:[o.contentRef],children:(0,n.jsx)(eA.WV.div,{"data-state":to(o.open),...a,ref:t,style:{pointerEvents:"auto",...a.style}})})}),e5="DialogContent",e4=a.forwardRef((e,t)=>{let r=eK(e5,e.__scopeDialog),{forceMount:a=r.forceMount,...o}=e,i=eV(e5,e.__scopeDialog);return(0,n.jsx)(eL.z,{present:a||i.open,children:i.modal?(0,n.jsx)(e6,{...o,ref:t}):(0,n.jsx)(e7,{...o,ref:t})})});e4.displayName=e5;var e6=a.forwardRef((e,t)=>{let r=eV(e5,e.__scopeDialog),o=a.useRef(null),i=(0,eR.e)(t,r.contentRef,o);return a.useEffect(()=>{let e=o.current;if(e)return(0,eH.Ry)(e)},[]),(0,n.jsx)(e8,{...e,ref:i,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:(0,eT.M)(e.onCloseAutoFocus,e=>{e.preventDefault(),r.triggerRef.current?.focus()}),onPointerDownOutside:(0,eT.M)(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,r=0===t.button&&!0===t.ctrlKey;(2===t.button||r)&&e.preventDefault()}),onFocusOutside:(0,eT.M)(e.onFocusOutside,e=>e.preventDefault())})}),e7=a.forwardRef((e,t)=>{let r=eV(e5,e.__scopeDialog),o=a.useRef(!1),i=a.useRef(!1);return(0,n.jsx)(e8,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(o.current||r.triggerRef.current?.focus(),t.preventDefault()),o.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(o.current=!0,"pointerdown"!==t.detail.originalEvent.type||(i.current=!0));let n=t.target;r.triggerRef.current?.contains(n)&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&i.current&&t.preventDefault()}})}),e8=a.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:o,onOpenAutoFocus:i,onCloseAutoFocus:s,...l}=e,d=eV(e5,r),c=a.useRef(null),u=(0,eR.e)(t,c);return(0,eI.EW)(),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e_.M,{asChild:!0,loop:!0,trapped:o,onMountAutoFocus:i,onUnmountAutoFocus:s,children:(0,n.jsx)(eF.XB,{role:"dialog",id:d.contentId,"aria-describedby":d.descriptionId,"aria-labelledby":d.titleId,"data-state":to(d.open),...l,ref:u,onDismiss:()=>d.onOpenChange(!1)})}),(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(td,{titleId:d.titleId}),(0,n.jsx)(tc,{contentRef:c,descriptionId:d.descriptionId})]})]})}),e9="DialogTitle",te=a.forwardRef((e,t)=>{let{__scopeDialog:r,...a}=e,o=eV(e9,r);return(0,n.jsx)(eA.WV.h2,{id:o.titleId,...a,ref:t})});te.displayName=e9;var tt="DialogDescription",tr=a.forwardRef((e,t)=>{let{__scopeDialog:r,...a}=e,o=eV(tt,r);return(0,n.jsx)(eA.WV.p,{id:o.descriptionId,...a,ref:t})});tr.displayName=tt;var tn="DialogClose",ta=a.forwardRef((e,t)=>{let{__scopeDialog:r,...a}=e,o=eV(tn,r);return(0,n.jsx)(eA.WV.button,{type:"button",...a,ref:t,onClick:(0,eT.M)(e.onClick,()=>o.onOpenChange(!1))})});function to(e){return e?"open":"closed"}ta.displayName=tn;var ti="DialogTitleWarning",[ts,tl]=(0,eE.k)(ti,{contentName:e5,titleName:e9,docsSlug:"dialog"}),td=({titleId:e})=>{let t=tl(ti),r=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
2
+
3
+ If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
4
+
5
+ For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return a.useEffect(()=>{e&&!document.getElementById(e)&&console.error(r)},[r,e]),null},tc=({contentRef:e,descriptionId:t})=>{let r=tl("DialogDescriptionWarning"),n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${r.contentName}}.`;return a.useEffect(()=>{let r=e.current?.getAttribute("aria-describedby");t&&r&&!document.getElementById(t)&&console.warn(n)},[n,e,t]),null},tu=r(76812),tm=r(77863);let th=a.forwardRef(({className:e,...t},r)=>n.jsx(e2,{ref:r,className:(0,tm.cn)("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t}));th.displayName=e2.displayName;let tf=a.forwardRef(({className:e,children:t,...r},a)=>(0,n.jsxs)(e0,{children:[n.jsx(th,{}),(0,n.jsxs)(e4,{ref:a,className:(0,tm.cn)("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...r,children:[t,(0,n.jsxs)(ta,{className:"absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[n.jsx(tu.Pxu,{className:"h-4 w-4"}),n.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));tf.displayName=e4.displayName;let tp=({className:e,...t})=>n.jsx("div",{className:(0,tm.cn)("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});tp.displayName="DialogHeader";let tg=({className:e,...t})=>n.jsx("div",{className:(0,tm.cn)("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});tg.displayName="DialogFooter";let tx=a.forwardRef(({className:e,...t},r)=>n.jsx(te,{ref:r,className:(0,tm.cn)("text-lg font-semibold leading-none tracking-tight",e),...t}));tx.displayName=te.displayName;let ty=a.forwardRef(({className:e,...t},r)=>n.jsx(tr,{ref:r,className:(0,tm.cn)("text-sm text-muted-foreground",e),...t}));ty.displayName=tr.displayName;var tb=r(77109),tw=r(23844),tv=r(34789);function tj(e){try{return decodeURIComponent(e)}catch(t){return console.error("Error decoding content:",t),e}}let tN=({post:e,discussionsComponent:t})=>{let[r,o]=(0,a.useState)(!1),[s,l]=(0,a.useState)(!1),d=(0,i.useRouter)(),{toast:c}=(0,tv.pm)(),{data:u,status:m}=(0,tb.useSession)(),h=(0,eM.M)(),f=(0,tw.useTranslations)("HomePage");(0,a.useEffect)(()=>{h("blog-post-view",{postId:e.id,postTitle:e.title,postDate:e.date})},[h,e.id,e.title,e.date]);let p=tj(e.title),g=tj(e.content).replace(/^---\n([\s\S]*?)\n---\n/,""),x=async()=>{if(!u?.accessToken){console.error("No access token available");return}o(!0);try{let t=await fetch("/api/graphql",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:`
6
+ mutation DeleteBlogPost($id: String!) {
7
+ deleteBlogPost(id: $id)
8
+ }
9
+ `,variables:{id:e.id}})}),r=await t.json();if(r.errors)throw Error(r.errors[0].message);if(!t.ok)throw Error("Failed to delete blog post");c({title:f("success"),description:f("blogPostDeleted"),duration:3e3}),setTimeout(()=>{d.push("/blog")},500)}catch(e){console.error("Error deleting blog post:",e),c({title:f("error"),description:f("blogPostDeleteFailed"),variant:"destructive",duration:3e3})}finally{o(!1),l(!1)}},y=(0,n.jsxs)(n.Fragment,{children:[(0,n.jsxs)(eS.h_,{children:[n.jsx(eS.$F,{asChild:!0,children:n.jsx(eP.z,{variant:"ghost",className:"h-8 w-8 p-0",children:n.jsx(eD.jfL,{className:"h-4 w-4"})})}),(0,n.jsxs)(eS.AW,{align:"end",children:[n.jsx(eS.Xi,{onSelect:()=>d.push(`/editor?type=blog&id=${e.id}`),children:f("edit")}),n.jsx(eS.Xi,{onSelect:()=>l(!0),children:f("delete")})]})]}),n.jsx(eZ,{open:s,onOpenChange:l,children:(0,n.jsxs)(tf,{children:[(0,n.jsxs)(tp,{children:[n.jsx(tx,{children:f("confirmDelete")}),n.jsx(ty,{children:f("undoAction")})]}),(0,n.jsxs)(tg,{children:[n.jsx(eP.z,{variant:"outline",onClick:()=>l(!1),children:f("cancel")}),n.jsx(eP.z,{variant:"destructive",onClick:x,disabled:r,children:r?"Deleting...":f("delete")})]})]})})]});return n.jsx(eC,{postId:e.id,children:n.jsx(B,{title:p,date:e.date,content:g,slug:e.id,headerContent:"authenticated"===m?y:null,discussionsComponent:t,location:e.city?{city:e.city,street:e.street}:void 0})})}},96202:(e,t,r)=>{"use strict";r.d(t,{Z:()=>s});var n=r(10326),a=r(17577),o=r(67427),i=r(52719);function s({type:e,id:t,initialLikes:r,className:s=""}){let[l,d]=(0,a.useState)(r||{count:0,countries:[],userLiked:!1}),[c,u]=(0,a.useState)(!1),[m,h]=(0,a.useState)(!1),f=(0,i.M)();(0,a.useCallback)(async()=>{try{let r=await fetch("/api/graphql",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:`
10
+ query GetLikes($itemType: String!, $id: String!) {
11
+ getLikes(itemType: $itemType, id: $id) {
12
+ count
13
+ countries
14
+ userLiked
15
+ }
16
+ }
17
+ `,variables:{itemType:e,id:t}})}),n=await r.json();n.data?.getLikes&&d(n.data.getLikes)}catch(e){console.error("Error fetching likes:",e)}},[e,t]);let p=async()=>{if(!c){u(!0),h(!0),d({count:l.userLiked?l.count-1:l.count+1,countries:l.countries,userLiked:!l.userLiked});try{let r=await fetch("/api/graphql",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({query:`
18
+ mutation ToggleLike($itemType: String!, $id: String!) {
19
+ toggleLike(itemType: $itemType, id: $id) {
20
+ liked
21
+ count
22
+ countries
23
+ }
24
+ }
25
+ `,variables:{itemType:e,id:t}})}),n=await r.json();n.data?.toggleLike?(d({count:n.data.toggleLike.count,countries:n.data.toggleLike.countries,userLiked:n.data.toggleLike.liked}),f("like-action",{itemType:e,itemId:t,action:n.data.toggleLike.liked?"like":"unlike",newCount:n.data.toggleLike.count})):n.errors&&(console.error("GraphQL errors:",n.errors),d(l))}catch(e){console.error("Error toggling like:",e),d(l)}finally{u(!1)}}};return(0,n.jsxs)("button",{onClick:p,disabled:c,className:`
26
+ flex items-center gap-1 p-1 transition-all duration-200 ${s}
27
+ ${l.userLiked?"text-red-600":"text-gray-600 hover:text-gray-800"}
28
+ ${c?"opacity-50 cursor-not-allowed":"cursor-pointer"}
29
+ hover:scale-105 active:scale-95
30
+ `,title:(e=>{let{count:t,countries:r}=e;return 0===t?"Be the first to like this":1===t?"1 like":0===r.length?`${t} likes`:r.length<=3?`${t} likes from ${r.join(", ")}`:`${t} likes from ${r.slice(0,3).join(", ")} and ${r.length-3} more`})(l),children:[n.jsx(o.Z,{size:16,className:`transition-all duration-200 ${l.userLiked?"fill-red-500 text-red-500":"text-gray-400"}`}),n.jsx("span",{className:"text-sm font-medium",children:l.count>0?l.count:""})]})}},60097:(e,t,r)=>{"use strict";r.d(t,{$F:()=>d,AW:()=>c,Xi:()=>u,h_:()=>l});var n=r(10326),a=r(17577),o=r(95164),i=r(76812),s=r(77863);let l=o.fC,d=o.xz;o.ZA,o.Uv,o.Tr,o.Ee,a.forwardRef(({className:e,inset:t,children:r,...a},l)=>(0,n.jsxs)(o.fF,{ref:l,className:(0,s.cn)("flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent",t&&"pl-8",e),...a,children:[r,n.jsx(i.XCv,{className:"ml-auto h-4 w-4"})]})).displayName=o.fF.displayName,a.forwardRef(({className:e,...t},r)=>n.jsx(o.tu,{ref:r,className:(0,s.cn)("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t})).displayName=o.tu.displayName;let c=a.forwardRef(({className:e,sideOffset:t=4,...r},a)=>n.jsx(o.Uv,{children:n.jsx(o.VY,{ref:a,sideOffset:t,className:(0,s.cn)("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...r})}));c.displayName=o.VY.displayName;let u=a.forwardRef(({className:e,inset:t,...r},a)=>n.jsx(o.ck,{ref:a,className:(0,s.cn)("relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t&&"pl-8",e),...r}));u.displayName=o.ck.displayName,a.forwardRef(({className:e,children:t,checked:r,...a},l)=>(0,n.jsxs)(o.oC,{ref:l,className:(0,s.cn)("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:r,...a,children:[n.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:n.jsx(o.wU,{children:n.jsx(i.nQG,{className:"h-4 w-4"})})}),t]})).displayName=o.oC.displayName,a.forwardRef(({className:e,children:t,...r},a)=>(0,n.jsxs)(o.Rk,{ref:a,className:(0,s.cn)("relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...r,children:[n.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:n.jsx(o.wU,{children:n.jsx(i.jXb,{className:"h-4 w-4 fill-current"})})}),t]})).displayName=o.Rk.displayName,a.forwardRef(({className:e,inset:t,...r},a)=>n.jsx(o.__,{ref:a,className:(0,s.cn)("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...r})).displayName=o.__.displayName,a.forwardRef(({className:e,...t},r)=>n.jsx(o.Z0,{ref:r,className:(0,s.cn)("-mx-1 my-1 h-px bg-muted",e),...t})).displayName=o.Z0.displayName},92073:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function({discussions:e=[],className:t="",fetchOptions:r={},ImageComponent:o,apiEndpoint:s="/api/external-comments",enableRefresh:l=!1,refreshInterval:d=300}){let[c,u]=(0,a.useState)({}),[m,h]=(0,a.useState)({}),[f,p]=(0,a.useState)({}),g=(0,a.useCallback)(async e=>{try{let t=new URLSearchParams({platform:e.platform,url:e.url});r.cacheTimeout&&t.append("cacheTimeout",r.cacheTimeout.toString());let n=await fetch(`${s}?${t}`);if(!n.ok)throw Error(`Failed to fetch ${e.platform} comments`);return(await n.json()).comments||[]}catch(t){throw console.error(`Error fetching comments from ${e.platform}:`,t),t}},[s,r.cacheTimeout]),x=(0,a.useCallback)(async()=>{let t={},r={};e.forEach(e=>{t[e.platform]=!0,r[e.platform]=""}),h(t),p(r);let n={};for(let t of e){try{let e=await g(t);n[t.platform]=e}catch(e){console.error(`Failed to fetch comments from ${t.platform}:`,e),n[t.platform]=[],r[t.platform]=e instanceof Error?e.message:"Unknown error"}h(e=>({...e,[t.platform]:!1}))}u(n),p(r)},[e,g]),y=(0,a.useCallback)(()=>{x()},[x]);(0,a.useEffect)(()=>{e.length>0&&x()},[e,x]),(0,a.useEffect)(()=>{if(!l||d<=0)return;let e=setInterval(()=>{y()},1e3*d);return()=>clearInterval(e)},[l,d,y]);let b=e=>{switch(e){case"v2ex":return"V2EX";case"reddit":return"Reddit";case"hackernews":return"Hacker News";default:return e}};return 0===e.length?null:(0,n.jsx)("div",{className:`mt-16 ${t}`,children:(0,n.jsx)("div",{className:"space-y-14",children:e.map(e=>{let t=c[e.platform]||[],r=m[e.platform],a=f[e.platform];return(0,n.jsxs)("section",{children:[(0,n.jsxs)("div",{className:"flex items-center gap-4 mb-10",children:[(0,n.jsx)("div",{className:"flex-1 border-t border-gray-200 dark:border-gray-700/70"}),(0,n.jsxs)("div",{className:"inline-flex items-center gap-1.5 text-xs uppercase tracking-[0.12em] text-gray-400 dark:text-gray-500",children:[(0,n.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:"group inline-flex items-center gap-1.5 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",style:{textDecoration:"none"},children:[(0,n.jsx)("span",{children:"Discussing on"}),(0,n.jsx)("span",{className:"font-semibold text-gray-600 dark:text-gray-300 group-hover:text-gray-900 dark:group-hover:text-gray-100",children:b(e.platform)})]}),r&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("span",{className:"text-gray-300 dark:text-gray-600",children:"\xb7"}),(0,n.jsx)("span",{className:"normal-case tracking-normal",children:"Loading…"})]}),l&&!r&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("span",{className:"text-gray-300 dark:text-gray-600",children:"\xb7"}),(0,n.jsx)("button",{onClick:y,className:"normal-case tracking-normal hover:text-gray-600 dark:hover:text-gray-300 transition-colors",children:"Refresh"})]})]}),(0,n.jsx)("div",{className:"flex-1 border-t border-gray-200 dark:border-gray-700/70"})]}),a&&(0,n.jsxs)("div",{className:"text-center py-4",children:[(0,n.jsxs)("div",{className:"text-sm text-red-600 dark:text-red-400 mb-2",children:["Failed to load comments: ",a]}),(0,n.jsx)("button",{onClick:y,className:"text-sm text-gray-600 dark:text-gray-300 hover:text-gray-900 dark:hover:text-gray-100 underline",children:"Retry"})]}),!a&&t.length>0&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("div",{className:"space-y-7",children:t.slice(0,8).map(e=>(0,n.jsx)(i,{comment:e,ImageComponent:o},e.id))}),t.length>8&&(0,n.jsxs)("details",{className:"group mt-7",children:[(0,n.jsxs)("summary",{className:"cursor-pointer list-none [&::-webkit-details-marker]:hidden text-xs uppercase tracking-[0.12em] text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",children:[(0,n.jsxs)("span",{className:"group-open:hidden",children:["Show ",t.length-8," more comments"]}),(0,n.jsx)("span",{className:"hidden group-open:inline",children:"Show fewer comments"})]}),(0,n.jsx)("div",{className:"space-y-7 mt-7",children:t.slice(8).map(e=>(0,n.jsx)(i,{comment:e,ImageComponent:o},e.id))})]})]}),!r&&!a&&0===t.length&&(0,n.jsx)("p",{className:"text-sm text-gray-400 dark:text-gray-500 text-center py-2",children:"No comments yet."})]},`${e.platform}-${e.url}`)})})})};let n=r(10326),a=r(17577),o=r(17927);function i({comment:e,depth:t=0,ImageComponent:r}){let{label:a,title:s}=(0,o.formatRelativeTime)(e.timestamp),l=t=>{let r=t.target;r.style.display="none";let n=r.parentElement;n&&(n.innerHTML=e.author.charAt(0).toUpperCase())},d=t>0?28:36;return(0,n.jsxs)("div",{className:"flex gap-3",children:[(0,n.jsx)("div",{className:"flex-shrink-0 rounded-full overflow-hidden bg-gray-100 dark:bg-gray-800 ring-1 ring-black/[0.06] dark:ring-white/10 flex items-center justify-center text-xs font-semibold text-gray-500 dark:text-gray-400 select-none",style:{width:d,height:d},children:e.avatar&&r?(0,n.jsx)(r,{src:e.avatar,alt:e.author,width:d,height:d,className:"w-full h-full object-cover",onError:l}):e.avatar?(0,n.jsx)("img",{src:e.avatar,alt:e.author,className:"w-full h-full object-cover",onError:l}):e.author.charAt(0).toUpperCase()}),(0,n.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,n.jsxs)("div",{className:"flex items-baseline gap-2 mb-1",children:[(0,n.jsx)("span",{className:"font-medium text-[0.9375rem] text-gray-900 dark:text-gray-100 truncate",children:e.author}),(0,n.jsx)("span",{className:"text-gray-300 dark:text-gray-600",children:"\xb7"}),(0,n.jsx)("time",{title:s,className:"text-xs text-gray-400 dark:text-gray-500 whitespace-nowrap",children:a}),void 0!==e.votes&&(0,n.jsxs)("span",{className:"ml-auto text-xs text-gray-400 dark:text-gray-500 tabular-nums whitespace-nowrap",children:[e.votes," points"]})]}),(0,n.jsx)("div",{className:"text-[0.9375rem] leading-relaxed text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:(0,o.renderCommentContent)(e.content)}),e.replies&&e.replies.length>0&&(0,n.jsxs)("div",{className:"mt-5 space-y-5 border-l border-gray-100 dark:border-gray-800 pl-4",children:[e.replies.slice(0,2).map(e=>(0,n.jsx)(i,{comment:e,depth:t+1,ImageComponent:r},e.id)),e.replies.length>2&&(0,n.jsxs)("details",{className:"group/replies",children:[(0,n.jsxs)("summary",{className:"cursor-pointer list-none [&::-webkit-details-marker]:hidden text-xs text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",children:[(0,n.jsxs)("span",{className:"group-open/replies:hidden",children:["Show ",e.replies.length-2," more ",e.replies.length-2==1?"reply":"replies"]}),(0,n.jsx)("span",{className:"hidden group-open/replies:inline",children:"Show fewer replies"})]}),(0,n.jsx)("div",{className:"mt-5 space-y-5",children:e.replies.slice(2).map(e=>(0,n.jsx)(i,{comment:e,depth:t+1,ImageComponent:r},e.id))})]})]})]})]})}},17927:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatRelativeTime=function(e){let t=new Date(e);if(isNaN(t.getTime()))return{label:e,title:e};let r=t.toLocaleString(void 0,{year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"}),n=Math.round((Date.now()-t.getTime())/1e3),a=(e,t)=>`${e} ${t}${1===e?"":"s"} ago`;if(n<45)return{label:"just now",title:r};let o=Math.round(n/60);if(o<60)return{label:a(o,"min"),title:r};let i=Math.round(o/60);if(i<24)return{label:a(i,"hour"),title:r};let s=Math.round(i/24);return s<7?{label:a(s,"day"),title:r}:s<30?{label:a(Math.round(s/7),"week"),title:r}:s<365?{label:a(Math.round(s/30),"month"),title:r}:{label:a(Math.round(s/365),"year"),title:r}},t.renderCommentContent=function(e){let t,r=e.replace(/\r\n/g,"\n").trim();r=(r=r.replace(/\n{3,}/g,"\n\n")).replace(/^((?:@[A-Za-z0-9_-]+[ \t]*)+)\n\s*\n/,"$1\n");let a=[],o=/(https?:\/\/[^\s]+)|(@[A-Za-z0-9_-]+)/g,i=0,s=0;for(;null!==(t=o.exec(r));){if(t.index>i&&a.push(r.slice(i,t.index)),t[1]){let e=t[1],r="",o=e.match(/[.,;:!?)\]}'"]+$/);o&&(r=o[0],e=e.slice(0,-r.length)),a.push((0,n.jsx)("a",{href:e,target:"_blank",rel:"nofollow noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:underline break-all",children:e},`link-${s++}`)),r&&a.push(r)}else t[2]&&a.push((0,n.jsx)("span",{className:"font-medium text-gray-500 dark:text-gray-400",children:t[2]},`mention-${s++}`));i=t.index+t[0].length}return i<r.length&&a.push(r.slice(i)),a};let n=r(10326)},69029:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),function(e,t){for(var r in t)Object.defineProperty(e,r,{enumerable:!0,get:t[r]})}(t,{default:function(){return l},getImageProps:function(){return s}});let n=r(91174),a=r(23078),o=r(92481),i=n._(r(86820));function s(e){let{props:t}=(0,a.getImgProps)(e,{defaultLoader:i.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[16,32,48,64,96,128,256,384],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!1}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let l=o.Image},81845:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>m,revalidate:()=>u});var n=r(19510);let a=(0,r(68570).createProxy)(String.raw`/home/runner/work/cici/cici/app/blog/[id]/component.tsx#PostContainer`);var o=r(63607),i=r(29059),s=r(71615);async function l({discussions:e}){if(!e||0===e.length)return null;let t=(0,s.headers)().get("user-agent"),r=t&&!function(e){let t=e.toLowerCase();return["curl/","undici","node-fetch","axios/","python-requests","Go-http-client","Java/","okhttp","Wget/","Bot","crawler","spider"].some(e=>t.includes(e.toLowerCase()))}(t)?t:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36";return n.jsx(i.DiscussionServer,{discussions:e,className:"mt-8 pt-6 border-t border-gray-100",fetchOptions:{cacheTimeout:300,userAgent:r}})}var d=r(45609),c=r(90455);let u=60;async function m({params:e}){let t=await (0,d.getServerSession)(c.L),r=(0,o.VH)(t?.accessToken),i=await r.getBlogPost(decodeURIComponent(e.id));if(!i)return n.jsx("div",{children:"Post not found"});let s=i.discussions?n.jsx(l,{discussions:i.discussions}):null;return n.jsx(a,{post:i,discussionsComponent:s})}},23697:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=a;let n=r(53523);async function a(e,t){if("GET"!==e.method)return t.status(405).json({error:"Method not allowed"});try{let r=e.query.platform,a=e.query.url;if(!r||!a)return t.status(400).json({error:"Platform and URL parameters are required"});if(!["v2ex","reddit","hackernews"].includes(r))return t.status(400).json({error:`Unsupported platform: ${r}`});let o=await (0,n.fetchCommentsForPlatform)({platform:r,url:a});return t.setHeader("Cache-Control","public, s-maxage=300, stale-while-revalidate=86400"),t.status(200).json({comments:o})}catch(e){return console.error("Error in external-comments API:",e),t.status(500).json({error:"Failed to fetch comments"})}}},19968:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.GET=o,t.createCommentHandler=function(e={}){let{cacheControl:t="public, s-maxage=300, stale-while-revalidate=86400",allowedPlatforms:r=["v2ex","reddit","hackernews"]}=e;return async function(e){try{let{searchParams:o}=new URL(e.url),i=o.get("platform"),s=o.get("url");if(!i||!s)return n.NextResponse.json({error:"Platform and URL parameters are required"},{status:400});if(!r.includes(i))return n.NextResponse.json({error:`Unsupported platform: ${i}`},{status:400});let l=await (0,a.fetchCommentsForPlatform)({platform:i,url:s});return n.NextResponse.json({comments:l},{headers:{"Cache-Control":t}})}catch(e){return console.error("Error in external-comments API:",e),n.NextResponse.json({error:"Failed to fetch comments"},{status:500})}}};let n=r(87070),a=r(53523);async function o(e){try{let{searchParams:t}=new URL(e.url),r=t.get("platform"),o=t.get("url");if(!r||!o)return n.NextResponse.json({error:"Platform and URL parameters are required"},{status:400});if(!["v2ex","reddit","hackernews"].includes(r))return n.NextResponse.json({error:`Unsupported platform: ${r}`},{status:400});let i=await (0,a.fetchCommentsForPlatform)({platform:r,url:o});return n.NextResponse.json({comments:i},{headers:{"Cache-Control":"public, s-maxage=300, stale-while-revalidate=86400"}})}catch(e){return console.error("Error in external-comments API:",e),n.NextResponse.json({error:"Failed to fetch comments"},{status:500})}}},36630:(e,t,r)=>{"use strict";let{createProxy:n}=r(68570);e.exports=n("/home/runner/work/cici/cici/node_modules/discussing/dist/components/Discussion.js")},88609:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=i;let n=r(19510),a=r(53523),o=r(45762);async function i({discussions:e=[],className:t="",fetchOptions:r={},ImageComponent:o}){if(0===e.length)return null;let i=await (0,a.fetchAllExternalComments)(e,r),l=e=>{switch(e){case"v2ex":return"V2EX";case"reddit":return"Reddit";case"hackernews":return"Hacker News";default:return e}};return(0,n.jsx)("div",{className:`mt-16 ${t}`,children:(0,n.jsx)("div",{className:"space-y-14",children:e.map(e=>{let t=i[e.platform]||[];return(0,n.jsxs)("section",{children:[(0,n.jsxs)("div",{className:"flex items-center gap-4 mb-10",children:[(0,n.jsx)("div",{className:"flex-1 border-t border-gray-200 dark:border-gray-700/70"}),(0,n.jsxs)("a",{href:e.url,target:"_blank",rel:"noopener noreferrer",className:"group inline-flex items-center gap-1.5 text-xs uppercase tracking-[0.12em] text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",style:{textDecoration:"none"},children:[(0,n.jsx)("span",{children:"Discussing on"}),(0,n.jsx)("span",{className:"font-semibold text-gray-600 dark:text-gray-300 group-hover:text-gray-900 dark:group-hover:text-gray-100",children:l(e.platform)})]}),(0,n.jsx)("div",{className:"flex-1 border-t border-gray-200 dark:border-gray-700/70"})]}),t.length>0?(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("div",{className:"space-y-7",children:t.slice(0,8).map(e=>(0,n.jsx)(s,{comment:e,ImageComponent:o},e.id))}),t.length>8&&(0,n.jsxs)("details",{className:"group mt-7",children:[(0,n.jsxs)("summary",{className:"cursor-pointer list-none [&::-webkit-details-marker]:hidden text-xs uppercase tracking-[0.12em] text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",children:[(0,n.jsxs)("span",{className:"group-open:hidden",children:["Show ",t.length-8," more comments"]}),(0,n.jsx)("span",{className:"hidden group-open:inline",children:"Show fewer comments"})]}),(0,n.jsx)("div",{className:"space-y-7 mt-7",children:t.slice(8).map(e=>(0,n.jsx)(s,{comment:e,ImageComponent:o},e.id))})]})]}):(0,n.jsx)("p",{className:"text-sm text-gray-400 dark:text-gray-500 text-center py-2",children:"No comments yet."})]},`${e.platform}-${e.url}`)})})})}function s({comment:e,depth:t=0,ImageComponent:r}){let{label:a,title:i}=(0,o.formatRelativeTime)(e.timestamp),l=t>0?28:36;return(0,n.jsxs)("div",{className:"flex gap-3",children:[(0,n.jsx)("div",{className:"flex-shrink-0 rounded-full overflow-hidden bg-gray-100 dark:bg-gray-800 ring-1 ring-black/[0.06] dark:ring-white/10 flex items-center justify-center text-xs font-semibold text-gray-500 dark:text-gray-400 select-none",style:{width:l,height:l},children:e.avatar&&r?(0,n.jsx)(r,{src:e.avatar,alt:e.author,width:l,height:l,className:"w-full h-full object-cover"}):e.avatar?(0,n.jsx)("img",{src:e.avatar,alt:e.author,className:"w-full h-full object-cover"}):e.author.charAt(0).toUpperCase()}),(0,n.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,n.jsxs)("div",{className:"flex items-baseline gap-2 mb-1",children:[(0,n.jsx)("span",{className:"font-medium text-[0.9375rem] text-gray-900 dark:text-gray-100 truncate",children:e.author}),(0,n.jsx)("span",{className:"text-gray-300 dark:text-gray-600",children:"\xb7"}),(0,n.jsx)("time",{title:i,className:"text-xs text-gray-400 dark:text-gray-500 whitespace-nowrap",children:a}),void 0!==e.votes&&(0,n.jsxs)("span",{className:"ml-auto text-xs text-gray-400 dark:text-gray-500 tabular-nums whitespace-nowrap",children:[e.votes," points"]})]}),(0,n.jsx)("div",{className:"text-[0.9375rem] leading-relaxed text-gray-700 dark:text-gray-300 whitespace-pre-wrap break-words",children:(0,o.renderCommentContent)(e.content)}),e.replies&&e.replies.length>0&&(0,n.jsxs)("div",{className:"mt-5 space-y-5 border-l border-gray-100 dark:border-gray-800 pl-4",children:[e.replies.slice(0,2).map(e=>(0,n.jsx)(s,{comment:e,depth:t+1,ImageComponent:r},e.id)),e.replies.length>2&&(0,n.jsxs)("details",{className:"group/replies",children:[(0,n.jsxs)("summary",{className:"cursor-pointer list-none [&::-webkit-details-marker]:hidden text-xs text-gray-400 dark:text-gray-500 hover:text-gray-600 dark:hover:text-gray-300 transition-colors",children:[(0,n.jsxs)("span",{className:"group-open/replies:hidden",children:["Show ",e.replies.length-2," more ",e.replies.length-2==1?"reply":"replies"]}),(0,n.jsx)("span",{className:"hidden group-open/replies:inline",children:"Show fewer replies"})]}),(0,n.jsx)("div",{className:"mt-5 space-y-5",children:e.replies.slice(2).map(e=>(0,n.jsx)(s,{comment:e,depth:t+1,ImageComponent:r},e.id))})]})]})]})]})}},29059:function(e,t,r){"use strict";var n=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.discussionPagesHandler=t.createCommentHandler=t.discussionRouteHandler=t.fetchHackerNewsComments=t.fetchRedditComments=t.fetchV2exComments=t.fetchAllExternalComments=t.fetchCommentsForPlatform=t.ExternalCommentsServer=t.ExternalComments=t.DiscussionServer=t.Discussion=void 0;var a=r(36630);Object.defineProperty(t,"Discussion",{enumerable:!0,get:function(){return n(a).default}});var o=r(88609);Object.defineProperty(t,"DiscussionServer",{enumerable:!0,get:function(){return n(o).default}});var i=r(36630);Object.defineProperty(t,"ExternalComments",{enumerable:!0,get:function(){return n(i).default}});var s=r(88609);Object.defineProperty(t,"ExternalCommentsServer",{enumerable:!0,get:function(){return n(s).default}});var l=r(53523);Object.defineProperty(t,"fetchCommentsForPlatform",{enumerable:!0,get:function(){return l.fetchCommentsForPlatform}}),Object.defineProperty(t,"fetchAllExternalComments",{enumerable:!0,get:function(){return l.fetchAllExternalComments}}),Object.defineProperty(t,"fetchV2exComments",{enumerable:!0,get:function(){return l.fetchV2exComments}}),Object.defineProperty(t,"fetchRedditComments",{enumerable:!0,get:function(){return l.fetchRedditComments}}),Object.defineProperty(t,"fetchHackerNewsComments",{enumerable:!0,get:function(){return l.fetchHackerNewsComments}});var d=r(19968);Object.defineProperty(t,"discussionRouteHandler",{enumerable:!0,get:function(){return d.GET}}),Object.defineProperty(t,"createCommentHandler",{enumerable:!0,get:function(){return d.createCommentHandler}});var c=r(23697);Object.defineProperty(t,"discussionPagesHandler",{enumerable:!0,get:function(){return n(c).default}})},45762:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.formatRelativeTime=function(e){let t=new Date(e);if(isNaN(t.getTime()))return{label:e,title:e};let r=t.toLocaleString(void 0,{year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"}),n=Math.round((Date.now()-t.getTime())/1e3),a=(e,t)=>`${e} ${t}${1===e?"":"s"} ago`;if(n<45)return{label:"just now",title:r};let o=Math.round(n/60);if(o<60)return{label:a(o,"min"),title:r};let i=Math.round(o/60);if(i<24)return{label:a(i,"hour"),title:r};let s=Math.round(i/24);return s<7?{label:a(s,"day"),title:r}:s<30?{label:a(Math.round(s/7),"week"),title:r}:s<365?{label:a(Math.round(s/30),"month"),title:r}:{label:a(Math.round(s/365),"year"),title:r}},t.renderCommentContent=function(e){let t,r=e.replace(/\r\n/g,"\n").trim();r=(r=r.replace(/\n{3,}/g,"\n\n")).replace(/^((?:@[A-Za-z0-9_-]+[ \t]*)+)\n\s*\n/,"$1\n");let a=[],o=/(https?:\/\/[^\s]+)|(@[A-Za-z0-9_-]+)/g,i=0,s=0;for(;null!==(t=o.exec(r));){if(t.index>i&&a.push(r.slice(i,t.index)),t[1]){let e=t[1],r="",o=e.match(/[.,;:!?)\]}'"]+$/);o&&(r=o[0],e=e.slice(0,-r.length)),a.push((0,n.jsx)("a",{href:e,target:"_blank",rel:"nofollow noopener noreferrer",className:"text-blue-600 dark:text-blue-400 hover:underline break-all",children:e},`link-${s++}`)),r&&a.push(r)}else t[2]&&a.push((0,n.jsx)("span",{className:"font-medium text-gray-500 dark:text-gray-400",children:t[2]},`mention-${s++}`));i=t.index+t[0].length}return i<r.length&&a.push(r.slice(i)),a};let n=r(19510)},53523:(e,t)=>{"use strict";function r(e={}){let{userAgent:t="Mozilla/5.0 (compatible; DiscussingLibrary/1.0; +https://github.com/metrue/discussing)"}=e,r={headers:{"User-Agent":t},redirect:"follow"};if("undefined"!=typeof globalThis&&"process"in globalThis)try{return{...r,...e.cacheTimeout&&{next:{revalidate:e.cacheTimeout}}}}catch{}return r}async function n(e,t={}){try{let n=e.match(/\/t\/(\d+)/)?.[1];if(!n)throw Error("Invalid V2EX URL");let a=`https://www.v2ex.com/api/replies/show.json?topic_id=${n}`,o=await fetch(a,r(t));if(!o.ok)throw Error("Failed to fetch V2EX comments");return(await o.json()).map(e=>({id:`v2ex-${e.id}`,author:e.member?.username||"Anonymous",content:e.content,timestamp:new Date(1e3*e.created).toISOString(),platform:"v2ex",avatar:e.member?.avatar_mini}))}catch(e){return console.error("Error fetching V2EX comments:",e),[]}}async function a(e,t={}){try{let n=e.trim(),a=(n=n.replace(/\/\/www\.reddit\.com/,"//reddit.com")).replace(/\/$/,"")+".json",o=await fetch(a,r(t));if(!o.ok)throw console.error(`Reddit API error: ${o.status} ${o.statusText} for URL: ${a}`),Error(`Failed to fetch Reddit comments: ${o.status} ${o.statusText}`);let i=await o.json();if(!Array.isArray(i)||i.length<2)throw console.error("Invalid Reddit API response structure:",{url:a,dataLength:i?.length}),Error("Invalid Reddit API response: expected array with at least 2 elements");if(!i[1]?.data?.children)return console.error("Missing comments data in Reddit API response:",{url:a,hasData1:!!i[1],hasData:!!i[1]?.data}),[];let s=i[1].data.children,l=e=>e.filter(e=>"t1"===e.kind).map(e=>({id:`reddit-${e.data.id}`,author:e.data.author,content:e.data.body,timestamp:new Date(1e3*e.data.created_utc).toISOString(),votes:e.data.score,platform:"reddit",replies:e.data.replies?.data?.children?l(e.data.replies.data.children):[]}));return l(s)}catch(t){return console.error("Error fetching Reddit comments:",{url:e,error:t instanceof Error?t.message:"Unknown error",timestamp:new Date().toISOString()}),[]}}async function o(e,t={}){try{let n=e.match(/item\?id=(\d+)/)?.[1];if(!n)throw Error("Invalid Hacker News URL");let a=`https://hn.algolia.com/api/v1/items/${n}`,o=await fetch(a,r(t));if(!o.ok)throw Error("Failed to fetch HN comments");let i=await o.json(),s=e=>{let t=[];if(e.children)for(let r of e.children)r.text&&t.push({id:`hn-${r.id}`,author:r.author||"Anonymous",content:r.text.replace(/&#x27;/g,"'").replace(/&#x2F;/g,"/").replace(/&quot;/g,'"').replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&#(\d+);/g,(e,t)=>String.fromCharCode(t)).replace(/&#x([0-9a-fA-F]+);/g,(e,t)=>String.fromCharCode(parseInt(t,16))),timestamp:r.created_at,votes:r.points,platform:"hackernews",replies:s(r)});return t};return s(i)}catch(e){return console.error("Error fetching Hacker News comments:",e),[]}}async function i(e,t={}){switch(e.platform){case"v2ex":return n(e.url,t);case"reddit":return a(e.url,t);case"hackernews":return o(e.url,t);default:return console.warn(`Unsupported platform: ${e.platform}`),[]}}async function s(e,t={}){let r={};return(await Promise.allSettled(e.map(async e=>({platform:e.platform,comments:await i(e,t)})))).forEach((t,n)=>{"fulfilled"===t.status?r[t.value.platform]=t.value.comments:(console.error(`Failed to fetch comments for ${e[n].platform}:`,t.reason),r[e[n].platform]=[])}),r}Object.defineProperty(t,"__esModule",{value:!0}),t.fetchV2exComments=n,t.fetchRedditComments=a,t.fetchHackerNewsComments=o,t.fetchCommentsForPlatform=i,t.fetchAllExternalComments=s},57481:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>a});var n=r(66621);let a=e=>[{type:"image/x-icon",sizes:"16x16",url:(0,n.fillMetadataSegment)(".",e.params,"favicon.ico")+""}]}};var t=require("../../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),n=t.X(0,[8948,2878,1615,330,2448,7070,9772,6621,3844,4536,2481,9715,3607,3464],()=>r(25885));module.exports=n})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../../sample-content/assets/.gitkeep","../../../../../sample-content/blog/hello-cici.md","../../../../../sample-content/highlights/.gitkeep","../../../../../sample-content/likes.json","../../../../../sample-content/memos.json","../../../../../sample-content/site-config.json","../../../../package.json","../../../chunks/1230.js","../../../chunks/1446.js","../../../chunks/1450.js","../../../chunks/1536.js","../../../chunks/1615.js","../../../chunks/2448.js","../../../chunks/2481.js","../../../chunks/2581.js","../../../chunks/2878.js","../../../chunks/3125.js","../../../chunks/330.js","../../../chunks/3464.js","../../../chunks/3573.js","../../../chunks/3607.js","../../../chunks/3844.js","../../../chunks/4536.js","../../../chunks/4742.js","../../../chunks/4857.js","../../../chunks/6621.js","../../../chunks/7070.js","../../../chunks/7667.js","../../../chunks/7674.js","../../../chunks/7937.js","../../../chunks/7990.js","../../../chunks/8038.js","../../../chunks/8195.js","../../../chunks/8198.js","../../../chunks/8224.js","../../../chunks/8398.js","../../../chunks/8948.js","../../../chunks/9600.js","../../../chunks/9627.js","../../../chunks/9715.js","../../../chunks/9772.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/blog/[id]/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"80":{"*":{"id":"41868","name":"*","chunks":[],"async":false}},"3980":{"*":{"id":"94789","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"79671","name":"*","chunks":[],"async":false}},"12846":{"*":{"id":"12994","name":"*","chunks":[],"async":false}},"14447":{"*":{"id":"34239","name":"*","chunks":[],"async":false}},"16456":{"*":{"id":"13170","name":"*","chunks":[],"async":false}},"19107":{"*":{"id":"96114","name":"*","chunks":[],"async":false}},"28490":{"*":{"id":"93169","name":"*","chunks":[],"async":false}},"36423":{"*":{"id":"84759","name":"*","chunks":[],"async":false}},"37344":{"*":{"id":"92073","name":"*","chunks":[],"async":false}},"51113":{"*":{"id":"27551","name":"*","chunks":[],"async":false}},"59556":{"*":{"id":"77083","name":"*","chunks":[],"async":false}},"61060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"63141":{"*":{"id":"78584","name":"*","chunks":[],"async":false}},"63156":{"*":{"id":"41713","name":"*","chunks":[],"async":false}},"65878":{"*":{"id":"92481","name":"*","chunks":[],"async":false}},"72972":{"*":{"id":"79404","name":"*","chunks":[],"async":false}},"75247":{"*":{"id":"80943","name":"*","chunks":[],"async":false}},"75873":{"*":{"id":"52719","name":"*","chunks":[],"async":false}},"81908":{"*":{"id":"18413","name":"*","chunks":[],"async":false}},"87232":{"*":{"id":"72892","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cici/cici/node_modules/next/dist/client/components/app-router.js":{"id":12846,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/app-router.js":{"id":12846,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/client-page.js":{"id":19107,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/client-page.js":{"id":19107,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/error-boundary.js":{"id":61060,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":61060,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/render-from-template-context.js":{"id":36423,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":36423,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/app/globals.css":{"id":47960,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/Analytics.tsx":{"id":75873,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/CreateButton.tsx":{"id":28490,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/EditContext.tsx":{"id":75247,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/SessionProvider.tsx":{"id":63156,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/ui/toaster.tsx":{"id":59556,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next-intl/dist/esm/shared/NextIntlClientProvider.js":{"id":16456,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/font/google/target.css?{\"path\":\"components/ui/font.ts\",\"import\":\"Gowun_Dodum\",\"arguments\":[{\"weight\":\"400\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"gowun_wodum\"}":{"id":91444,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/app/login/page.tsx":{"id":3980,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/app/blog/[id]/component.tsx":{"id":63141,"name":"*","chunks":["954","static/chunks/d3ac728e-709e52b22b85fd0a.js","310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","259","static/chunks/479ba886-f76cebda33235b4d.js","37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","152","static/chunks/152-16409649f7f42f9f.js","654","static/chunks/654-13e1845df8edb304.js","878","static/chunks/878-b71984a1ef1b61e8.js","343","static/chunks/343-ef3404804cc77cf3.js","164","static/chunks/164-27f8b4187a29c395.js","789","static/chunks/789-9810818d7be29598.js","767","static/chunks/767-2ec5d3ea9fe43cfa.js","548","static/chunks/app/blog/%5Bid%5D/page-1fc779790ce384a8.js"],"async":false},"/home/runner/work/cici/cici/node_modules/discussing/dist/components/Discussion.js":{"id":37344,"name":"*","chunks":["954","static/chunks/d3ac728e-709e52b22b85fd0a.js","310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","259","static/chunks/479ba886-f76cebda33235b4d.js","37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","152","static/chunks/152-16409649f7f42f9f.js","654","static/chunks/654-13e1845df8edb304.js","878","static/chunks/878-b71984a1ef1b61e8.js","343","static/chunks/343-ef3404804cc77cf3.js","164","static/chunks/164-27f8b4187a29c395.js","789","static/chunks/789-9810818d7be29598.js","767","static/chunks/767-2ec5d3ea9fe43cfa.js","548","static/chunks/app/blog/%5Bid%5D/page-1fc779790ce384a8.js"],"async":false},"/home/runner/work/cici/cici/components/Editor.tsx":{"id":14447,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/components/GitHubSignInButton.tsx":{"id":51113,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/components/BlogList.tsx":{"id":81908,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","404","static/chunks/app/blog/page-096c29c6f69ebc33.js"],"async":false},"/home/runner/work/cici/cici/components/MemosList.tsx":{"id":87232,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/image-component.js":{"id":65878,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/image-component.js":{"id":65878,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/link.js":{"id":72972,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/link.js":{"id":72972,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/cici/cici/":[],"/home/runner/work/cici/cici/app/layout":["static/css/bf9d0ede562bd061.css","static/css/67e4cfd62ab3f75c.css"],"/home/runner/work/cici/cici/app/page":[],"/home/runner/work/cici/cici/app/blog/page":[],"/home/runner/work/cici/cici/app/blog/[id]/page":["static/css/3864b451a61e4546.css"]}}
@@ -0,0 +1 @@
1
+ (()=>{var e={};e.id=9404,e.ids=[9404],e.modules={72934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},54580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},45869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},20399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},27790:e=>{"use strict";e.exports=require("assert")},78893:e=>{"use strict";e.exports=require("buffer")},84770:e=>{"use strict";e.exports=require("crypto")},17702:e=>{"use strict";e.exports=require("events")},92048:e=>{"use strict";e.exports=require("fs")},32615:e=>{"use strict";e.exports=require("http")},35240:e=>{"use strict";e.exports=require("https")},55315:e=>{"use strict";e.exports=require("path")},86624:e=>{"use strict";e.exports=require("querystring")},17360:e=>{"use strict";e.exports=require("url")},21764:e=>{"use strict";e.exports=require("util")},71568:e=>{"use strict";e.exports=require("zlib")},81904:(e,t,r)=>{"use strict";r.r(t),r.d(t,{GlobalError:()=>o.a,__next_app__:()=>p,originalPathname:()=>d,pages:()=>u,routeModule:()=>x,tree:()=>c}),r(42504),r(72096),r(35866);var s=r(23191),i=r(88716),a=r(37922),o=r.n(a),n=r(95231),l={};for(let e in n)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(l[e]=()=>n[e]);r.d(t,l);let c=["",{children:["blog",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(r.bind(r,42504)),"/home/runner/work/cici/cici/app/blog/page.tsx"]}]},{metadata:{icon:[async e=>(await Promise.resolve().then(r.bind(r,57481))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(r.bind(r,72096)),"/home/runner/work/cici/cici/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(r.t.bind(r,35866,23)),"next/dist/client/components/not-found-error"],metadata:{icon:[async e=>(await Promise.resolve().then(r.bind(r,57481))).default(e)],apple:[],openGraph:[],twitter:[],manifest:void 0}}],u=["/home/runner/work/cici/cici/app/blog/page.tsx"],d="/blog/page",p={require:r,loadChunk:()=>Promise.resolve()},x=new s.AppPageRouteModule({definition:{kind:i.x.APP_PAGE,page:"/blog/page",pathname:"/blog",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:c}})},93802:(e,t,r)=>{Promise.resolve().then(r.bind(r,18413))},18413:(e,t,r)=>{"use strict";r.d(t,{default:()=>u});var s=r(10326),i=r(90434);let a=({post:e})=>s.jsx(i.default,{href:`/blog/${encodeURIComponent(e.id)}`,className:"block p-6 h-full flex flex-col justify-between","aria-label":e.title,children:(0,s.jsxs)("div",{className:"space-y-4",children:[s.jsx("h3",{className:"font-semibold text-xl md:text-2xl text-gray-900 group-hover:text-blue-600 transition-colors duration-200 leading-tight",children:e.title}),s.jsx("p",{className:"text-sm text-gray-500",children:new Date(e.date).toISOString().split("T")[0]})]})}),o=({post:e})=>(0,s.jsxs)("div",{className:"group bg-white rounded-lg border border-gray-200 overflow-hidden hover:shadow-lg transition-all duration-200",children:[e.imageUrl&&s.jsx("div",{className:"h-48 bg-gray-100 relative overflow-hidden",style:{backgroundImage:`url(${e.imageUrl})`,backgroundSize:"cover",backgroundPosition:"center"},children:s.jsx("div",{className:"absolute inset-0 bg-gradient-to-t from-black/30 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-200"})}),s.jsx(a,{post:e})]});var n=r(90772),l=r(35047),c=r(23844);function u({posts:e}){let t=(0,l.useRouter)(),r=(0,c.useTranslations)("HomePage");if(0===e.length)return s.jsx("div",{className:"max-w-3xl mx-auto px-4 py-8",children:(0,s.jsxs)("div",{className:"flex flex-col items-center mt-16 space-y-6",children:[(0,s.jsxs)("div",{className:"text-center space-y-3",children:[s.jsx("h2",{className:"text-2xl font-semibold text-gray-900",children:"No blog posts yet"}),s.jsx("p",{className:"text-gray-500 max-w-md",children:"Share your thoughts and experiences by creating your first blog post."})]}),s.jsx(n.z,{onClick:()=>t.push("/editor?type=blog"),className:"bg-black hover:bg-gray-800 text-white px-6 py-3",children:r("createBlogPost")})]})});let i=[...e].sort((e,t)=>new Date(t.date).getTime()-new Date(e.date).getTime());return s.jsx("div",{className:"max-w-3xl mx-auto px-4 py-8",children:s.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-6",children:i.map(e=>s.jsx(o,{post:e},e.id))})})}},42504:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>c,revalidate:()=>l});var s=r(19510);let i=(0,r(68570).createProxy)(String.raw`/home/runner/work/cici/cici/components/BlogList.tsx#default`);var a=r(63607),o=r(45609),n=r(90455);let l=0;async function c(){let e=await (0,o.getServerSession)(n.L),t=(0,a.VH)(e?.accessToken);try{let e=await t.getBlogPosts({includeDrafts:t.canWrite()});return s.jsx(i,{posts:e})}catch(e){return console.error("Error fetching blog posts:",e),(0,s.jsxs)("div",{className:"error-message",children:["An error occurred while fetching blog posts: ",e.message]})}}},95014:(e,t)=>{"use strict";function r(e,t){let r;let s=e.split("/");return(t||[]).some(t=>!!s[1]&&s[1].toLowerCase()===t.toLowerCase()&&(r=t,s.splice(1,1),e=s.join("/")||"/",!0)),{pathname:e,detectedLocale:r}}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"normalizeLocalePath",{enumerable:!0,get:function(){return r}})},37847:(e,t)=>{"use strict";function r(e){return e.replace(/\/$/,"")||"/"}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"removeTrailingSlash",{enumerable:!0,get:function(){return r}})},57481:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>i});var s=r(66621);let i=e=>[{type:"image/x-icon",sizes:"16x16",url:(0,s.fillMetadataSegment)(".",e.params,"favicon.ico")+""}]}};var t=require("../../webpack-runtime.js");t.C(e);var r=e=>t(t.s=e),s=t.X(0,[8948,2878,1615,330,2448,9772,6621,3844,3607,3464],()=>r(81904));module.exports=s})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/action-async-storage-instance.js","../../../../node_modules/next/dist/client/components/action-async-storage.external.js","../../../../node_modules/next/dist/client/components/async-local-storage.js","../../../../node_modules/next/dist/client/components/request-async-storage-instance.js","../../../../node_modules/next/dist/client/components/request-async-storage.external.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../../../../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/package.json","../../../../package.json","../../../../sample-content/assets/.gitkeep","../../../../sample-content/blog/hello-cici.md","../../../../sample-content/highlights/.gitkeep","../../../../sample-content/likes.json","../../../../sample-content/memos.json","../../../../sample-content/site-config.json","../../../package.json","../../chunks/1230.js","../../chunks/1446.js","../../chunks/1450.js","../../chunks/1536.js","../../chunks/1615.js","../../chunks/2448.js","../../chunks/2581.js","../../chunks/2878.js","../../chunks/3125.js","../../chunks/330.js","../../chunks/3464.js","../../chunks/3573.js","../../chunks/3607.js","../../chunks/3844.js","../../chunks/4742.js","../../chunks/4857.js","../../chunks/6621.js","../../chunks/7667.js","../../chunks/7674.js","../../chunks/7937.js","../../chunks/7990.js","../../chunks/8038.js","../../chunks/8195.js","../../chunks/8198.js","../../chunks/8224.js","../../chunks/8398.js","../../chunks/8948.js","../../chunks/9600.js","../../chunks/9627.js","../../chunks/9772.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/blog/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"80":{"*":{"id":"41868","name":"*","chunks":[],"async":false}},"3980":{"*":{"id":"94789","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"79671","name":"*","chunks":[],"async":false}},"12846":{"*":{"id":"12994","name":"*","chunks":[],"async":false}},"14447":{"*":{"id":"34239","name":"*","chunks":[],"async":false}},"16456":{"*":{"id":"13170","name":"*","chunks":[],"async":false}},"19107":{"*":{"id":"96114","name":"*","chunks":[],"async":false}},"28490":{"*":{"id":"93169","name":"*","chunks":[],"async":false}},"36423":{"*":{"id":"84759","name":"*","chunks":[],"async":false}},"37344":{"*":{"id":"92073","name":"*","chunks":[],"async":false}},"51113":{"*":{"id":"27551","name":"*","chunks":[],"async":false}},"59556":{"*":{"id":"77083","name":"*","chunks":[],"async":false}},"61060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"63141":{"*":{"id":"78584","name":"*","chunks":[],"async":false}},"63156":{"*":{"id":"41713","name":"*","chunks":[],"async":false}},"65878":{"*":{"id":"92481","name":"*","chunks":[],"async":false}},"72972":{"*":{"id":"79404","name":"*","chunks":[],"async":false}},"75247":{"*":{"id":"80943","name":"*","chunks":[],"async":false}},"75873":{"*":{"id":"52719","name":"*","chunks":[],"async":false}},"81908":{"*":{"id":"18413","name":"*","chunks":[],"async":false}},"87232":{"*":{"id":"72892","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cici/cici/node_modules/next/dist/client/components/app-router.js":{"id":12846,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/app-router.js":{"id":12846,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/client-page.js":{"id":19107,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/client-page.js":{"id":19107,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/error-boundary.js":{"id":61060,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":61060,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/components/render-from-template-context.js":{"id":36423,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":36423,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/app/globals.css":{"id":47960,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/Analytics.tsx":{"id":75873,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/CreateButton.tsx":{"id":28490,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/EditContext.tsx":{"id":75247,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/SessionProvider.tsx":{"id":63156,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/components/ui/toaster.tsx":{"id":59556,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next-intl/dist/esm/shared/NextIntlClientProvider.js":{"id":16456,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/font/google/target.css?{\"path\":\"components/ui/font.ts\",\"import\":\"Gowun_Dodum\",\"arguments\":[{\"weight\":\"400\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"gowun_wodum\"}":{"id":91444,"name":"*","chunks":["310","static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js","51","static/chunks/795d4814-090707ad3f792458.js","956","static/chunks/ee560e2c-0aeb447bc68f09f5.js","779","static/chunks/0e762574-561b753e40bf5566.js","37","static/chunks/37-4aae6f4051a21b05.js","152","static/chunks/152-16409649f7f42f9f.js","972","static/chunks/972-774fbff93f73f32d.js","343","static/chunks/343-ef3404804cc77cf3.js","153","static/chunks/153-f9c1aae3150e3029.js","185","static/chunks/app/layout-3439dc235234d73d.js"],"async":false},"/home/runner/work/cici/cici/app/login/page.tsx":{"id":3980,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/app/blog/[id]/component.tsx":{"id":63141,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/discussing/dist/components/Discussion.js":{"id":37344,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/components/Editor.tsx":{"id":14447,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/components/GitHubSignInButton.tsx":{"id":51113,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/components/BlogList.tsx":{"id":81908,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","404","static/chunks/app/blog/page-096c29c6f69ebc33.js"],"async":false},"/home/runner/work/cici/cici/components/MemosList.tsx":{"id":87232,"name":"*","chunks":[],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/image-component.js":{"id":65878,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/image-component.js":{"id":65878,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/client/link.js":{"id":72972,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false},"/home/runner/work/cici/cici/node_modules/next/dist/esm/client/link.js":{"id":72972,"name":"*","chunks":["37","static/chunks/37-4aae6f4051a21b05.js","586","static/chunks/586-51f7e768b82803f6.js","972","static/chunks/972-774fbff93f73f32d.js","878","static/chunks/878-b71984a1ef1b61e8.js","931","static/chunks/app/page-f7dabeade6df80fd.js"],"async":false}},"entryCSSFiles":{"/home/runner/work/cici/cici/":[],"/home/runner/work/cici/cici/app/layout":["static/css/bf9d0ede562bd061.css","static/css/67e4cfd62ab3f75c.css"],"/home/runner/work/cici/cici/app/page":[],"/home/runner/work/cici/cici/app/blog/page":[]}}