@sinytra/wiki-previewer 0.1.135 → 0.1.137

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 (174) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +171 -108
  3. package/.next/app-path-routes-manifest.json +8 -3
  4. package/.next/build-manifest.json +4 -4
  5. package/.next/prerender-manifest.json +19 -19
  6. package/.next/routes-manifest.json +48 -0
  7. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route.js +1 -1
  8. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route.js.nft.json +1 -1
  9. package/.next/server/app/(developers)/api/docs/[slug]/asset/[id]/route_client-reference-manifest.js +1 -1
  10. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route.js +3 -0
  11. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route.js.nft.json +1 -0
  12. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route_client-reference-manifest.js +1 -0
  13. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route.js +3 -0
  14. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route.js.nft.json +1 -0
  15. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route_client-reference-manifest.js +1 -0
  16. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route.js +3 -0
  17. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route.js.nft.json +1 -0
  18. package/.next/server/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route_client-reference-manifest.js +1 -0
  19. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js +2 -2
  20. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page.js.nft.json +1 -1
  21. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js +2 -2
  23. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page.js.nft.json +1 -1
  24. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/content/page_client-reference-manifest.js +1 -1
  25. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js +2 -2
  26. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page.js.nft.json +1 -1
  27. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page_client-reference-manifest.js +1 -1
  28. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js +2 -2
  29. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page.js.nft.json +1 -1
  30. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/docs/page_client-reference-manifest.js +1 -1
  31. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route.js +15 -0
  32. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route.js.nft.json +1 -0
  33. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route_client-reference-manifest.js +1 -0
  34. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js +2 -2
  35. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page.js.nft.json +1 -1
  36. package/.next/server/app/[locale]/(main)/project/[slug]/[version]/page_client-reference-manifest.js +1 -1
  37. package/.next/server/app/[locale]/page.js +2 -2
  38. package/.next/server/app/[locale]/page.js.nft.json +1 -1
  39. package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
  40. package/.next/server/app/_not-found/page.js +2 -2
  41. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  42. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  43. package/.next/server/app/_not-found.html +2 -2
  44. package/.next/server/app/_not-found.rsc +5 -5
  45. package/.next/server/app/favicon.ico/route.js +1 -1
  46. package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  47. package/.next/server/app/llms.txt/route.js +32 -0
  48. package/.next/server/app/llms.txt/route.js.nft.json +1 -0
  49. package/.next/server/app/llms.txt/route_client-reference-manifest.js +1 -0
  50. package/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  51. package/.next/server/app/robots.txt/route.js +1 -1
  52. package/.next/server/app/robots.txt/route.js.nft.json +1 -1
  53. package/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -1
  54. package/.next/server/app/sitemap.xml/route.js +1 -1
  55. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -1
  56. package/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -1
  57. package/.next/server/app-paths-manifest.json +8 -3
  58. package/.next/server/chunks/1093.js +1 -0
  59. package/.next/server/chunks/1665.js +1 -0
  60. package/.next/server/chunks/1871.js +2 -2
  61. package/.next/server/chunks/2313.js +2 -2
  62. package/.next/server/chunks/2337.js +1 -1
  63. package/.next/server/chunks/2408.js +1 -1
  64. package/.next/server/chunks/2470.js +1 -0
  65. package/.next/server/chunks/4046.js +5 -1
  66. package/.next/server/chunks/448.js +6 -0
  67. package/.next/server/chunks/{1722.js → 4854.js} +1 -1
  68. package/.next/server/chunks/5006.js +1 -0
  69. package/.next/server/chunks/{9228.js → 5155.js} +9 -9
  70. package/.next/server/chunks/5268.js +1 -0
  71. package/.next/server/chunks/5899.js +1 -0
  72. package/.next/server/chunks/659.js +1 -0
  73. package/.next/server/chunks/7101.js +1 -0
  74. package/.next/server/chunks/7360.js +54 -0
  75. package/.next/server/chunks/7480.js +4 -0
  76. package/.next/server/chunks/801.js +1 -0
  77. package/.next/server/chunks/{6618.js → 8029.js} +2 -2
  78. package/.next/server/chunks/8939.js +1 -0
  79. package/.next/server/chunks/9349.js +156 -0
  80. package/.next/server/middleware-build-manifest.js +1 -1
  81. package/.next/server/middleware-manifest.json +12 -12
  82. package/.next/server/pages/404.html +2 -2
  83. package/.next/server/pages/500.html +1 -1
  84. package/.next/server/server-reference-manifest.json +1 -1
  85. package/.next/server/src/middleware.js +2 -2
  86. package/.next/static/5Sxax41gHsi1hBXs2G9OR/_buildManifest.js +1 -0
  87. package/.next/static/chunks/{103-46cfa8ff07310382.js → 103-bb5be664adfa28b0.js} +1 -1
  88. package/.next/static/chunks/1303-e6c6e8e86392f9c5.js +1 -0
  89. package/.next/static/chunks/1651-818a836d2b323da4.js +1 -0
  90. package/.next/static/chunks/{4467-e5439059ac57bbc1.js → 1859-4cd8a16f092fe780.js} +1 -1
  91. package/.next/static/chunks/{7580-d063082dd77b05a2.js → 3213-26b80eb2d0d9684e.js} +1 -1
  92. package/.next/static/chunks/3435-92f79618cd975bb2.js +1 -0
  93. package/.next/static/chunks/4420-85053607238174d5.js +1 -0
  94. package/.next/static/chunks/{595-540f36fc4bd1eca9.js → 595-0c474c9c380c25be.js} +1 -1
  95. package/.next/static/chunks/6615-6ffb915f255c82cb.js +1 -0
  96. package/.next/static/chunks/{8503-18e014294c240db0.js → 7291-d0bf41e2846857b4.js} +1 -1
  97. package/.next/static/chunks/8156-48504a33b4a5a884.js +1 -0
  98. package/.next/static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-a32218f743279cef.js +1 -0
  99. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/content/[id]/route-02f6ed057797284c.js +1 -0
  100. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/[...path]/route-02f6ed057797284c.js +1 -0
  101. package/.next/static/chunks/app/(developers)/api/raw/[locale]/[slug]/[version]/docs/route-02f6ed057797284c.js +1 -0
  102. package/.next/static/chunks/app/[locale]/(main)/layout-f7ed212eb653418b.js +1 -0
  103. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-266e3f12ae849c57.js +1 -0
  104. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-4e72ce02cc69bad5.js +1 -0
  105. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-19cafdac9aa4e93b.js +1 -0
  106. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-e6fe526b6adfa3d7.js +1 -0
  107. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-4e72ce02cc69bad5.js +1 -0
  108. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/{page-9be9cb3294aa2ea2.js → page-ecc5291cffc6de24.js} +1 -1
  109. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-11961923d6b20cfe.js +1 -0
  110. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-4e72ce02cc69bad5.js +1 -0
  111. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-befbba1ec39978bd.js +1 -0
  112. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-7e669c5a664fc085.js +1 -0
  113. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-4e72ce02cc69bad5.js +1 -0
  114. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-ca8de70bb1166827.js +1 -0
  115. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-ea41b072285eca79.js +1 -0
  116. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/llms.txt/route-02f6ed057797284c.js +1 -0
  117. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-e725bcaca51d9f92.js +1 -0
  118. package/.next/static/chunks/app/[locale]/layout-ec6be687a5a93a67.js +1 -0
  119. package/.next/static/chunks/app/[locale]/not-found-8d8b16b11816d814.js +1 -0
  120. package/.next/static/chunks/app/[locale]/page-33dde9071f99c7bb.js +1 -0
  121. package/.next/static/chunks/app/_not-found/page-40b909e614212341.js +1 -0
  122. package/.next/static/chunks/app/error-7aefa5a1e95931fc.js +1 -0
  123. package/.next/static/chunks/app/llms.txt/route-40b909e614212341.js +1 -0
  124. package/.next/static/chunks/app/not-found-2ef1f2fbd28d1588.js +1 -0
  125. package/.next/static/chunks/app/opengraph-image/route-40b909e614212341.js +1 -0
  126. package/.next/static/chunks/app/robots.txt/route-40b909e614212341.js +1 -0
  127. package/.next/static/chunks/app/sitemap.xml/route-40b909e614212341.js +1 -0
  128. package/.next/static/chunks/main-e6ab5aa1cddf93db.js +1 -0
  129. package/.next/static/css/324b2d999603f259.css +1 -0
  130. package/package.json +1 -1
  131. package/.next/server/chunks/3938.js +0 -1
  132. package/.next/server/chunks/3954.js +0 -159
  133. package/.next/server/chunks/4068.js +0 -1
  134. package/.next/server/chunks/4903.js +0 -1
  135. package/.next/server/chunks/5413.js +0 -10
  136. package/.next/server/chunks/6064.js +0 -54
  137. package/.next/server/chunks/7212.js +0 -1
  138. package/.next/server/chunks/7748.js +0 -1
  139. package/.next/server/chunks/7772.js +0 -1
  140. package/.next/server/chunks/981.js +0 -1
  141. package/.next/static/chunks/357-e28f1a542e1d123a.js +0 -1
  142. package/.next/static/chunks/4021-4ed620e833362864.js +0 -1
  143. package/.next/static/chunks/8047-a76bedee28fa3855.js +0 -1
  144. package/.next/static/chunks/8616-cd5800f66cc48e07.js +0 -1
  145. package/.next/static/chunks/9538-0952ccc1cdc43aab.js +0 -1
  146. package/.next/static/chunks/9956-b1e9ab15956e370e.js +0 -1
  147. package/.next/static/chunks/app/(developers)/api/docs/[slug]/asset/[id]/route-2eb1e2f7ef7dbda5.js +0 -1
  148. package/.next/static/chunks/app/[locale]/(main)/layout-09491164035426f5.js +0 -1
  149. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/error-824b5f552a464508.js +0 -1
  150. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/not-found-9a5a8c873fe218c8.js +0 -1
  151. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/[id]/page-7caa12c64304cf05.js +0 -1
  152. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/error-379b997ddc90bcb1.js +0 -1
  153. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/content/not-found-9a5a8c873fe218c8.js +0 -1
  154. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/error-c27832382d942bf9.js +0 -1
  155. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/not-found-9a5a8c873fe218c8.js +0 -1
  156. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/[...path]/page-66bd37d4cbebbeba.js +0 -1
  157. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/error-2adf1c543db3b129.js +0 -1
  158. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/not-found-9a5a8c873fe218c8.js +0 -1
  159. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/docs/page-d0de8ac366a22bb4.js +0 -1
  160. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/layout-c35f1c7c35789f59.js +0 -1
  161. package/.next/static/chunks/app/[locale]/(main)/project/[slug]/[version]/page-5edab0f76527d8be.js +0 -1
  162. package/.next/static/chunks/app/[locale]/layout-bc721f680058d307.js +0 -1
  163. package/.next/static/chunks/app/[locale]/not-found-a5c82dda280be116.js +0 -1
  164. package/.next/static/chunks/app/[locale]/page-4e0567f9f6f7f014.js +0 -1
  165. package/.next/static/chunks/app/_not-found/page-a7d6d8b2540658b2.js +0 -1
  166. package/.next/static/chunks/app/error-071f9f60fcee43d3.js +0 -1
  167. package/.next/static/chunks/app/not-found-ea05d09b42b69998.js +0 -1
  168. package/.next/static/chunks/app/opengraph-image/route-a7d6d8b2540658b2.js +0 -1
  169. package/.next/static/chunks/app/robots.txt/route-a7d6d8b2540658b2.js +0 -1
  170. package/.next/static/chunks/app/sitemap.xml/route-a7d6d8b2540658b2.js +0 -1
  171. package/.next/static/chunks/main-c8dfadc3bb2249ef.js +0 -1
  172. package/.next/static/css/20595f616e05de4b.css +0 -1
  173. package/.next/static/xDKbBla0KxoYLX5JK78cG/_buildManifest.js +0 -1
  174. /package/.next/static/{xDKbBla0KxoYLX5JK78cG → 5Sxax41gHsi1hBXs2G9OR}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ exports.id=5268,exports.ids=[5268],exports.modules={3390:(a,b,c)=>{Promise.resolve().then(c.bind(c,81682)),Promise.resolve().then(c.t.bind(c,8591,23))},11150:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/global-error.tsx","default")},12686:(a,b,c)=>{"use strict";c.d(b,{default:()=>f});var d=c(67258),e=c(1706);function f({children:a}){return(0,d.jsx)(e.V,{color:"var(--color-progressbar)",delay:500,options:{showSpinner:!1},children:a})}},16319:(a,b,c)=>{Promise.resolve().then(c.bind(c,57908))},18056:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l,metadata:()=>k});var d=c(60492),e=c(97291),f=c.n(e);c(39038);var g=c(81417),h=c(97933),i=c(38372),j=c(35872);let k={title:"Modded Minecraft Wiki",description:"The Wiki for all of Modded Minecraft. Presented by Sinytra.",metadataBase:new URL((0,g.d_)()),openGraph:{siteName:"Modded Minecraft Wiki",type:"website",url:process.env.NEXT_PUBLIC_NEXT_APP_URL},other:{"darkreader-lock":"true"}};function l({children:a}){let b={"@context":"https://schema.org","@type":"WebSite",name:"Modded Minecraft Wiki",alternateName:["Sinytra Wiki","MMW"],url:process.env.NEXT_PUBLIC_NEXT_APP_URL};return(0,d.jsxs)("html",{lang:"en","data-theme":"dark",className:"cc--darkmode",children:[(0,d.jsx)("head",{children:(0,d.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(b)}})}),(0,d.jsx)("body",{className:(0,h.cn)(f().className,"flex min-h-screen flex-col bg-primary text-primary"),children:(0,d.jsx)(j.default,{children:(0,d.jsx)(i.NuqsAdapter,{children:a})})})]})}},25532:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60069,23)),Promise.resolve().then(c.t.bind(c,97317,23)),Promise.resolve().then(c.t.bind(c,27084,23)),Promise.resolve().then(c.t.bind(c,24500,23)),Promise.resolve().then(c.t.bind(c,82312,23)),Promise.resolve().then(c.t.bind(c,67904,23)),Promise.resolve().then(c.t.bind(c,94473,23)),Promise.resolve().then(c.bind(c,67776))},25971:(a,b,c)=>{Promise.resolve().then(c.bind(c,11150))},29872:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>g});var d=c(67258);c(35424);var e=c(2784),f=c.n(e);function g({error:a}){return(0,d.jsx)("html",{children:(0,d.jsx)("body",{children:(0,d.jsx)(f(),{statusCode:0})})})}c(83459)},34407:a=>{function b(a){var b=Error("Cannot find module '"+a+"'");throw b.code="MODULE_NOT_FOUND",b}b.keys=()=>[],b.resolve=b,b.id=34407,a.exports=b},35506:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(19109);let e=async a=>[{type:"image/x-icon",sizes:"64x64",url:(0,d.fillMetadataSegment)(".",await a.params,"favicon.ico")+""}]},35872:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/packages/ui/src/navigation/NavProgressBar.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/packages/ui/src/navigation/NavProgressBar.tsx","default")},39038:()=>{},50637:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f}),c(60492);var d=c(19109);let e={runtime:"edge",alt:"Modded Minecraft Wiki",size:{width:1200,height:630},contentType:"image/png"};async function f(a){let{__metadata_id__:b,...c}=await a.params,f=(0,d.fillMetadataSegment)(".",c,"opengraph-image"),{generateImageMetadata:g}=e;function h(a,b){let c={alt:a.alt,type:a.contentType||"image/png",url:f+(b?"/"+b:"")+"?292bad25743f8d37"},{size:d}=a;return d&&(c.width=d.width,c.height=d.height),c}return g?(await g({params:c})).map((a,b)=>{let c=(a.id||b)+"";return h(a,c)}):[h(e,"")]}},57908:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>k});var d=c(67258),e=c(42525),f=c(69945),g=c(30337),h=c(35750),i=c(66264);c(83459);var j=c(42590);function k({error:a}){return(0,d.jsxs)("div",{className:"m-auto flex flex-col items-center justify-center gap-4 p-4",children:[(0,d.jsx)(f.A,{className:"h-32 w-32 sm:h-48 sm:w-48",strokeWidth:1.5}),(0,d.jsx)("h1",{className:"my-2 text-3xl text-primary sm:text-5xl",children:"Something went wrong"}),(0,d.jsx)("p",{className:"w-3/4 text-center text-secondary sm:w-full",children:"An error occured while loading the page. Please try again later."}),(0,d.jsxs)("div",{className:"mt-4 inline-flex flex-wrap justify-center gap-4",children:[(0,d.jsx)(e.$,{variant:"secondary",asChild:!0,children:(0,d.jsxs)(j.k,{href:"https://status.moddedmc.org",target:"_blank",children:[(0,d.jsx)(g.A,{className:"mr-2 h-4 w-4"}),"Check status"]})}),(0,d.jsx)(e.$,{asChild:!0,children:(0,d.jsxs)(j.k,{href:"/",children:[(0,d.jsx)(h.A,{className:"mr-2 h-4 w-4"}),"Return Home"]})}),(0,d.jsx)(e.$,{variant:"secondary",asChild:!0,children:(0,d.jsxs)(j.k,{href:"https://github.com/Sinytra/Wiki/issues",target:"_blank",children:[(0,d.jsx)(i.A,{className:"mr-2 h-4 w-4"}),"Report Bug"]})})]})]})}},62923:(a,b,c)=>{Promise.resolve().then(c.bind(c,29872))},71920:(a,b,c)=>{Promise.resolve().then(c.bind(c,38372)),Promise.resolve().then(c.bind(c,35872))},76999:(a,b,c)=>{Promise.resolve().then(c.bind(c,86618))},81417:(a,b,c)=>{"use strict";function d(){return process.env.NEXT_PUBLIC_NEXT_APP_URL||"http://localhost:3000"}c.d(b,{d_:()=>d})},81648:(a,b,c)=>{Promise.resolve().then(c.bind(c,28073)),Promise.resolve().then(c.bind(c,12686))},83740:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,74283,23)),Promise.resolve().then(c.t.bind(c,13959,23)),Promise.resolve().then(c.t.bind(c,76138,23)),Promise.resolve().then(c.t.bind(c,40350,23)),Promise.resolve().then(c.t.bind(c,98546,23)),Promise.resolve().then(c.t.bind(c,24378,23)),Promise.resolve().then(c.t.bind(c,69887,23)),Promise.resolve().then(c.t.bind(c,74378,23))},86086:(a,b,c)=>{Promise.resolve().then(c.bind(c,31746)),Promise.resolve().then(c.t.bind(c,3065,23))},86300:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>i});var d=c(60492),e=c(93191),f=c(16860),g=c(52132),h=c(66296);function i(){return(0,d.jsxs)("div",{className:"m-auto flex flex-col items-center justify-center gap-4 p-4",children:[(0,d.jsx)(g.A,{className:"size-32 rounded-xs opacity-100"}),(0,d.jsx)("h1",{className:"my-2 text-5xl text-primary",children:"404 Not Found"}),(0,d.jsx)("p",{className:"text-secondary",children:"Whoops! Could not find the requested resource."}),(0,d.jsx)(e.$,{asChild:!0,className:"mt-4",children:(0,d.jsxs)(f.k,{href:"/",children:[(0,d.jsx)(h.A,{className:"mr-2 h-4 w-4"}),"Return Home"]})})]})}},86618:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(9968).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/Wiki/Wiki/build/previewer/src/app/error.tsx","default")},93191:(a,b,c)=>{"use strict";c.d(b,{$:()=>j});var d=c(60492),e=c(19061),f=c(84423),g=c(5591),h=c(97933);let i=(0,g.F)("inline-flex items-center justify-center rounded-sm text-sm font-medium whitespace-nowrap ring-offset-background transition-colors focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50",{variants:{variant:{default:"border border-primary bg-primary text-primary hover:bg-secondary/90",destructive:"border-destructive-secondary border bg-primary bg-secondary font-semibold text-destructive hover:bg-secondary/80 hover:text-destructive/90 data-[pending=true]:text-destructive/90",destructiveSecondary:"text-primary-alt hover:text-primary-alt/90 bg-destructive",outline:"border-quaternary hover:text-primary-alt border bg-primary hover:bg-secondary",secondary:"text-secondary-alt bg-secondary hover:bg-secondary/80",ghost:"hover:text-primary-alt hover:bg-secondary",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",sm:"h-9 rounded-sm px-3",lg:"h-11 rounded-sm px-8",icon:"h-10 w-10"}},defaultVariants:{variant:"default",size:"default"}}),j=e.forwardRef(({className:a,variant:b,size:c,asChild:e=!1,...g},j)=>{let k=e?f.DX:"button";return(0,d.jsx)(k,{className:(0,h.cn)(i({variant:b,size:c,className:a})),ref:j,...g})});j.displayName="Button"}};