@code-hike/hike 0.0.1

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 (154) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +5 -0
  3. package/.next/build/chunks/[root-of-the-server]__51225daf._.js +206 -0
  4. package/.next/build/chunks/[root-of-the-server]__51225daf._.js.map +8 -0
  5. package/.next/build/chunks/[root-of-the-server]__974941ed._.js +500 -0
  6. package/.next/build/chunks/[root-of-the-server]__974941ed._.js.map +11 -0
  7. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_6920245c._.js +13 -0
  8. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_6920245c._.js.map +5 -0
  9. package/.next/build/chunks/[turbopack]_runtime.js +795 -0
  10. package/.next/build/chunks/[turbopack]_runtime.js.map +10 -0
  11. package/.next/build/chunks/node_modules_fe693df6._.js +6758 -0
  12. package/.next/build/chunks/node_modules_fe693df6._.js.map +47 -0
  13. package/.next/build/package.json +1 -0
  14. package/.next/build/postcss.js +6 -0
  15. package/.next/build/postcss.js.map +5 -0
  16. package/.next/build-manifest.json +19 -0
  17. package/.next/diagnostics/build-diagnostics.json +6 -0
  18. package/.next/diagnostics/framework.json +1 -0
  19. package/.next/export-marker.json +6 -0
  20. package/.next/fallback-build-manifest.json +12 -0
  21. package/.next/images-manifest.json +66 -0
  22. package/.next/next-minimal-server.js.nft.json +1 -0
  23. package/.next/next-server.js.nft.json +1 -0
  24. package/.next/package.json +1 -0
  25. package/.next/prerender-manifest.json +85 -0
  26. package/.next/required-server-files.js +163 -0
  27. package/.next/required-server-files.json +163 -0
  28. package/.next/routes-manifest.json +62 -0
  29. package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
  30. package/.next/server/app/_global-error/page/build-manifest.json +16 -0
  31. package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
  32. package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
  33. package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
  34. package/.next/server/app/_global-error/page.js +10 -0
  35. package/.next/server/app/_global-error/page.js.map +5 -0
  36. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  37. package/.next/server/app/_global-error/page_client-reference-manifest.js +2 -0
  38. package/.next/server/app/_global-error.html +2 -0
  39. package/.next/server/app/_global-error.meta +15 -0
  40. package/.next/server/app/_global-error.rsc +12 -0
  41. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  42. package/.next/server/app/_global-error.segments/_full.segment.rsc +12 -0
  43. package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  44. package/.next/server/app/_global-error.segments/_index.segment.rsc +4 -0
  45. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  46. package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
  47. package/.next/server/app/_not-found/page/build-manifest.json +16 -0
  48. package/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
  49. package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
  50. package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
  51. package/.next/server/app/_not-found/page.js +13 -0
  52. package/.next/server/app/_not-found/page.js.map +5 -0
  53. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  54. package/.next/server/app/_not-found/page_client-reference-manifest.js +2 -0
  55. package/.next/server/app/_not-found.html +1 -0
  56. package/.next/server/app/_not-found.meta +16 -0
  57. package/.next/server/app/_not-found.rsc +13 -0
  58. package/.next/server/app/_not-found.segments/_full.segment.rsc +13 -0
  59. package/.next/server/app/_not-found.segments/_head.segment.rsc +5 -0
  60. package/.next/server/app/_not-found.segments/_index.segment.rsc +5 -0
  61. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  62. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +4 -0
  63. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  64. package/.next/server/app/index.html +1 -0
  65. package/.next/server/app/index.meta +14 -0
  66. package/.next/server/app/index.rsc +13 -0
  67. package/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -0
  68. package/.next/server/app/index.segments/_full.segment.rsc +13 -0
  69. package/.next/server/app/index.segments/_head.segment.rsc +5 -0
  70. package/.next/server/app/index.segments/_index.segment.rsc +5 -0
  71. package/.next/server/app/index.segments/_tree.segment.rsc +2 -0
  72. package/.next/server/app/page/app-paths-manifest.json +3 -0
  73. package/.next/server/app/page/build-manifest.json +16 -0
  74. package/.next/server/app/page/next-font-manifest.json +6 -0
  75. package/.next/server/app/page/react-loadable-manifest.json +1 -0
  76. package/.next/server/app/page/server-reference-manifest.json +4 -0
  77. package/.next/server/app/page.js +15 -0
  78. package/.next/server/app/page.js.map +5 -0
  79. package/.next/server/app/page.js.nft.json +1 -0
  80. package/.next/server/app/page_client-reference-manifest.js +2 -0
  81. package/.next/server/app-paths-manifest.json +5 -0
  82. package/.next/server/chunks/ssr/[root-of-the-server]__0c1ef9cf._.js +3 -0
  83. package/.next/server/chunks/ssr/[root-of-the-server]__0c1ef9cf._.js.map +1 -0
  84. package/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js +10 -0
  85. package/.next/server/chunks/ssr/[root-of-the-server]__655f8d11._.js.map +1 -0
  86. package/.next/server/chunks/ssr/[root-of-the-server]__709fb98b._.js +3 -0
  87. package/.next/server/chunks/ssr/[root-of-the-server]__709fb98b._.js.map +1 -0
  88. package/.next/server/chunks/ssr/[root-of-the-server]__8756e439._.js +3 -0
  89. package/.next/server/chunks/ssr/[root-of-the-server]__8756e439._.js.map +1 -0
  90. package/.next/server/chunks/ssr/[root-of-the-server]__a23154e7._.js +3 -0
  91. package/.next/server/chunks/ssr/[root-of-the-server]__a23154e7._.js.map +1 -0
  92. package/.next/server/chunks/ssr/[root-of-the-server]__e38816c5._.js +3 -0
  93. package/.next/server/chunks/ssr/[root-of-the-server]__e38816c5._.js.map +1 -0
  94. package/.next/server/chunks/ssr/[turbopack]_runtime.js +795 -0
  95. package/.next/server/chunks/ssr/[turbopack]_runtime.js.map +10 -0
  96. package/.next/server/chunks/ssr/_79531e11._.js +3 -0
  97. package/.next/server/chunks/ssr/_79531e11._.js.map +1 -0
  98. package/.next/server/chunks/ssr/_d98638c1._.js +4 -0
  99. package/.next/server/chunks/ssr/_d98638c1._.js.map +1 -0
  100. package/.next/server/chunks/ssr/_de4e25a4._.js +3 -0
  101. package/.next/server/chunks/ssr/_de4e25a4._.js.map +1 -0
  102. package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js +3 -0
  103. package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js.map +1 -0
  104. package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js +3 -0
  105. package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js.map +1 -0
  106. package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js +3 -0
  107. package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_39d4fc33.js.map +1 -0
  108. package/.next/server/chunks/ssr/app_layout_tsx_271801d7._.js +3 -0
  109. package/.next/server/chunks/ssr/app_layout_tsx_271801d7._.js.map +1 -0
  110. package/.next/server/chunks/ssr/node_modules_8bc17d92._.js +4 -0
  111. package/.next/server/chunks/ssr/node_modules_8bc17d92._.js.map +1 -0
  112. package/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js +4 -0
  113. package/.next/server/chunks/ssr/node_modules_next_dist_08570d7f._.js.map +1 -0
  114. package/.next/server/chunks/ssr/node_modules_next_dist_79ba2726._.js +6 -0
  115. package/.next/server/chunks/ssr/node_modules_next_dist_79ba2726._.js.map +1 -0
  116. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js +3 -0
  117. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js.map +1 -0
  118. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js +3 -0
  119. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js.map +1 -0
  120. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js +3 -0
  121. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js.map +1 -0
  122. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js +3 -0
  123. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js.map +1 -0
  124. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_d92e159d.js +4 -0
  125. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_d92e159d.js.map +1 -0
  126. package/.next/server/functions-config-manifest.json +4 -0
  127. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  128. package/.next/server/middleware-build-manifest.js +20 -0
  129. package/.next/server/middleware-manifest.json +6 -0
  130. package/.next/server/next-font-manifest.js +1 -0
  131. package/.next/server/next-font-manifest.json +6 -0
  132. package/.next/server/pages/404.html +1 -0
  133. package/.next/server/pages/500.html +2 -0
  134. package/.next/server/pages-manifest.json +4 -0
  135. package/.next/server/server-reference-manifest.js +1 -0
  136. package/.next/server/server-reference-manifest.json +5 -0
  137. package/.next/static/6C52FRjOtVZvRQv-BrjRS/_buildManifest.js +11 -0
  138. package/.next/static/6C52FRjOtVZvRQv-BrjRS/_clientMiddlewareManifest.json +1 -0
  139. package/.next/static/6C52FRjOtVZvRQv-BrjRS/_ssgManifest.js +1 -0
  140. package/.next/static/chunks/2f236954d6a65e12.js +1 -0
  141. package/.next/static/chunks/465f799faf41e6df.js +1 -0
  142. package/.next/static/chunks/4a436ca4a648344f.js +5 -0
  143. package/.next/static/chunks/a6dad97d9634a72d.js +1 -0
  144. package/.next/static/chunks/a6dad97d9634a72d.js.map +1 -0
  145. package/.next/static/chunks/ad4cf95c856c591c.js +1 -0
  146. package/.next/static/chunks/dd9a1714ab1cd306.css +1 -0
  147. package/.next/static/chunks/turbopack-8b41c18f1602b01b.js +4 -0
  148. package/.next/trace +1 -0
  149. package/.next/trace-build +1 -0
  150. package/.next/turbopack +0 -0
  151. package/.next/types/routes.d.ts +57 -0
  152. package/.next/types/validator.ts +61 -0
  153. package/bin/hike.js +349 -0
  154. package/package.json +45 -0
@@ -0,0 +1,163 @@
1
+ {
2
+ "version": 1,
3
+ "config": {
4
+ "distDir": ".next",
5
+ "cacheComponents": false,
6
+ "htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
7
+ "assetPrefix": "",
8
+ "trailingSlash": false,
9
+ "images": {
10
+ "deviceSizes": [
11
+ 640,
12
+ 750,
13
+ 828,
14
+ 1080,
15
+ 1200,
16
+ 1920,
17
+ 2048,
18
+ 3840
19
+ ],
20
+ "imageSizes": [
21
+ 32,
22
+ 48,
23
+ 64,
24
+ 96,
25
+ 128,
26
+ 256,
27
+ 384
28
+ ],
29
+ "path": "/_next/image",
30
+ "loader": "default",
31
+ "loaderFile": "",
32
+ "domains": [],
33
+ "disableStaticImages": false,
34
+ "minimumCacheTTL": 14400,
35
+ "formats": [
36
+ "image/webp"
37
+ ],
38
+ "maximumRedirects": 3,
39
+ "dangerouslyAllowLocalIP": false,
40
+ "dangerouslyAllowSVG": false,
41
+ "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
42
+ "contentDispositionType": "attachment",
43
+ "localPatterns": [
44
+ {
45
+ "pathname": "**",
46
+ "search": ""
47
+ }
48
+ ],
49
+ "remotePatterns": [],
50
+ "qualities": [
51
+ 75
52
+ ],
53
+ "unoptimized": false
54
+ },
55
+ "reactMaxHeadersLength": 6000,
56
+ "cacheLife": {
57
+ "default": {
58
+ "stale": 300,
59
+ "revalidate": 900,
60
+ "expire": 4294967294
61
+ },
62
+ "seconds": {
63
+ "stale": 30,
64
+ "revalidate": 1,
65
+ "expire": 60
66
+ },
67
+ "minutes": {
68
+ "stale": 300,
69
+ "revalidate": 60,
70
+ "expire": 3600
71
+ },
72
+ "hours": {
73
+ "stale": 300,
74
+ "revalidate": 3600,
75
+ "expire": 86400
76
+ },
77
+ "days": {
78
+ "stale": 300,
79
+ "revalidate": 86400,
80
+ "expire": 604800
81
+ },
82
+ "weeks": {
83
+ "stale": 300,
84
+ "revalidate": 604800,
85
+ "expire": 2592000
86
+ },
87
+ "max": {
88
+ "stale": 300,
89
+ "revalidate": 2592000,
90
+ "expire": 31536000
91
+ }
92
+ },
93
+ "basePath": "",
94
+ "expireTime": 31536000,
95
+ "generateEtags": true,
96
+ "poweredByHeader": true,
97
+ "cacheHandlers": {},
98
+ "cacheMaxMemorySize": 52428800,
99
+ "compress": true,
100
+ "i18n": null,
101
+ "httpAgentOptions": {
102
+ "keepAlive": true
103
+ },
104
+ "pageExtensions": [
105
+ "tsx",
106
+ "ts",
107
+ "jsx",
108
+ "js"
109
+ ],
110
+ "useFileSystemPublicRoutes": true,
111
+ "experimental": {
112
+ "ppr": false,
113
+ "staleTimes": {
114
+ "dynamic": 0,
115
+ "static": 300
116
+ },
117
+ "dynamicOnHover": false,
118
+ "inlineCss": false,
119
+ "authInterrupts": false,
120
+ "fetchCacheKeyPrefix": "",
121
+ "isrFlushToDisk": true,
122
+ "optimizeCss": false,
123
+ "nextScriptWorkers": false,
124
+ "disableOptimizedLoading": false,
125
+ "largePageDataBytes": 128000,
126
+ "serverComponentsHmrCache": true,
127
+ "caseSensitiveRoutes": false,
128
+ "validateRSCRequestHeaders": false,
129
+ "useSkewCookie": false,
130
+ "preloadEntriesOnStart": true,
131
+ "hideLogsAfterAbort": false,
132
+ "removeUncaughtErrorAndRejectionListeners": false,
133
+ "imgOptConcurrency": null,
134
+ "imgOptMaxInputPixels": 268402689,
135
+ "imgOptSequentialRead": null,
136
+ "imgOptSkipMetadata": null,
137
+ "imgOptTimeoutInSeconds": 7,
138
+ "proxyClientMaxBodySize": 10485760,
139
+ "trustHostHeader": false,
140
+ "isExperimentalCompile": false
141
+ }
142
+ },
143
+ "appDir": "/Users/pomber/dev/hike",
144
+ "relativeAppDir": "",
145
+ "files": [
146
+ ".next/routes-manifest.json",
147
+ ".next/server/pages-manifest.json",
148
+ ".next/build-manifest.json",
149
+ ".next/prerender-manifest.json",
150
+ ".next/server/functions-config-manifest.json",
151
+ ".next/server/middleware-manifest.json",
152
+ ".next/server/middleware-build-manifest.js",
153
+ ".next/server/app-paths-manifest.json",
154
+ ".next/app-path-routes-manifest.json",
155
+ ".next/server/server-reference-manifest.js",
156
+ ".next/server/server-reference-manifest.json",
157
+ ".next/BUILD_ID",
158
+ ".next/server/next-font-manifest.js",
159
+ ".next/server/next-font-manifest.json",
160
+ ".next/required-server-files.json"
161
+ ],
162
+ "ignore": []
163
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "version": 3,
3
+ "pages404": true,
4
+ "appType": "app",
5
+ "caseSensitive": false,
6
+ "basePath": "",
7
+ "redirects": [
8
+ {
9
+ "source": "/:path+/",
10
+ "destination": "/:path+",
11
+ "internal": true,
12
+ "priority": true,
13
+ "statusCode": 308,
14
+ "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
15
+ }
16
+ ],
17
+ "headers": [],
18
+ "rewrites": {
19
+ "beforeFiles": [],
20
+ "afterFiles": [],
21
+ "fallback": []
22
+ },
23
+ "dynamicRoutes": [],
24
+ "staticRoutes": [
25
+ {
26
+ "page": "/",
27
+ "regex": "^/(?:/)?$",
28
+ "routeKeys": {},
29
+ "namedRegex": "^/(?:/)?$"
30
+ },
31
+ {
32
+ "page": "/_global-error",
33
+ "regex": "^/_global\\-error(?:/)?$",
34
+ "routeKeys": {},
35
+ "namedRegex": "^/_global\\-error(?:/)?$"
36
+ },
37
+ {
38
+ "page": "/_not-found",
39
+ "regex": "^/_not\\-found(?:/)?$",
40
+ "routeKeys": {},
41
+ "namedRegex": "^/_not\\-found(?:/)?$"
42
+ }
43
+ ],
44
+ "dataRoutes": [],
45
+ "rsc": {
46
+ "header": "rsc",
47
+ "varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
48
+ "prefetchHeader": "next-router-prefetch",
49
+ "didPostponeHeader": "x-nextjs-postponed",
50
+ "contentTypeHeader": "text/x-component",
51
+ "suffix": ".rsc",
52
+ "prefetchSegmentHeader": "next-router-segment-prefetch",
53
+ "prefetchSegmentSuffix": ".segment.rsc",
54
+ "prefetchSegmentDirSuffix": ".segments",
55
+ "clientParamParsing": false,
56
+ "dynamicRSCPrerender": false
57
+ },
58
+ "rewriteHeaders": {
59
+ "pathHeader": "x-nextjs-rewritten-path",
60
+ "queryHeader": "x-nextjs-rewritten-query"
61
+ }
62
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "/_global-error/page": "app/_global-error/page.js"
3
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [
9
+ "static/chunks/465f799faf41e6df.js",
10
+ "static/chunks/ad4cf95c856c591c.js",
11
+ "static/chunks/4a436ca4a648344f.js",
12
+ "static/chunks/turbopack-8b41c18f1602b01b.js"
13
+ ],
14
+ "pages": {},
15
+ "ampFirstPages": []
16
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pages": {},
3
+ "app": {},
4
+ "appUsingSizeAdjust": false,
5
+ "pagesUsingSizeAdjust": false
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "node": {},
3
+ "edge": {}
4
+ }
@@ -0,0 +1,10 @@
1
+ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_global-error/page.js")
2
+ R.c("server/chunks/ssr/node_modules_8bc17d92._.js")
3
+ R.c("server/chunks/ssr/[root-of-the-server]__0c1ef9cf._.js")
4
+ R.c("server/chunks/ssr/node_modules_next_dist_08570d7f._.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__a23154e7._.js")
6
+ R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
7
+ R.c("server/chunks/ssr/[root-of-the-server]__709fb98b._.js")
8
+ R.c("server/chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js")
9
+ R.m(37823)
10
+ module.exports=R.m(37823).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__0c1ef9cf._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__709fb98b._.js","../../chunks/ssr/[root-of-the-server]__a23154e7._.js","../../chunks/ssr/[root-of-the-server]__e38816c5._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_next-internal_server_app__global-error_page_actions_75761787.js","../../chunks/ssr/node_modules_8bc17d92._.js","../../chunks/ssr/node_modules_next_dist_08570d7f._.js","../../chunks/ssr/node_modules_next_dist_79ba2726._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -0,0 +1,2 @@
1
+ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
+ globalThis.__RSC_MANIFEST["/_global-error/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/node_modules/next/dist/client/components/builtin/app-error":[]},"entryJSFiles":{"[project]/node_modules/next/dist/client/components/builtin/app-error":["static/chunks/2f236954d6a65e12.js"]}}
@@ -0,0 +1,2 @@
1
+ <!DOCTYPE html><!--6C52FRjOtVZvRQv_BrjRS--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/465f799faf41e6df.js"/><script src="/_next/static/chunks/ad4cf95c856c591c.js" async=""></script><script src="/_next/static/chunks/4a436ca4a648344f.js" async=""></script><script src="/_next/static/chunks/turbopack-8b41c18f1602b01b.js" async=""></script><script src="/_next/static/chunks/2f236954d6a65e12.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/465f799faf41e6df.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"6C52FRjOtVZvRQv-BrjRS\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2f236954d6a65e12.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -0,0 +1,15 @@
1
+ {
2
+ "status": 500,
3
+ "headers": {
4
+ "x-nextjs-stale-time": "300",
5
+ "x-nextjs-prerender": "1",
6
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/_global-error/layout,_N_T_/_global-error/page,_N_T_/_global-error"
7
+ },
8
+ "segmentPaths": [
9
+ "/_tree",
10
+ "/_full",
11
+ "/__PAGE__",
12
+ "/_index",
13
+ "/_head"
14
+ ]
15
+ }
@@ -0,0 +1,12 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[39756,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
4
+ 4:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"ViewportBoundary"]
7
+ 9:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"MetadataBoundary"]
8
+ b:I[68027,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
9
+ 0:{"P":null,"b":"6C52FRjOtVZvRQv-BrjRS","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/2f236954d6a65e12.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
+ 6:null
12
+ a:[]
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"OutletBoundary"]
3
+ 3:"$Sreact.suspense"
4
+ 0:{"buildId":"6C52FRjOtVZvRQv-BrjRS","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/2f236954d6a65e12.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
+ 4:null
@@ -0,0 +1,12 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[39756,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
4
+ 4:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"ViewportBoundary"]
7
+ 9:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"MetadataBoundary"]
8
+ b:I[68027,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
9
+ 0:{"P":null,"b":"6C52FRjOtVZvRQv-BrjRS","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/2f236954d6a65e12.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
+ 6:null
12
+ a:[]
@@ -0,0 +1,5 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"MetadataBoundary"]
4
+ 4:"$Sreact.suspense"
5
+ 0:{"buildId":"6C52FRjOtVZvRQv-BrjRS","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -0,0 +1,4 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[39756,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
4
+ 0:{"buildId":"6C52FRjOtVZvRQv-BrjRS","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -0,0 +1 @@
1
+ 0:{"buildId":"6C52FRjOtVZvRQv-BrjRS","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/_not-found/page": "app/_not-found/page.js"
3
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [
5
+ "static/chunks/a6dad97d9634a72d.js"
6
+ ],
7
+ "lowPriorityFiles": [],
8
+ "rootMainFiles": [
9
+ "static/chunks/465f799faf41e6df.js",
10
+ "static/chunks/ad4cf95c856c591c.js",
11
+ "static/chunks/4a436ca4a648344f.js",
12
+ "static/chunks/turbopack-8b41c18f1602b01b.js"
13
+ ],
14
+ "pages": {},
15
+ "ampFirstPages": []
16
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "pages": {},
3
+ "app": {},
4
+ "appUsingSizeAdjust": false,
5
+ "pagesUsingSizeAdjust": false
6
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "node": {},
3
+ "edge": {}
4
+ }
@@ -0,0 +1,13 @@
1
+ var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/_not-found/page.js")
2
+ R.c("server/chunks/ssr/_79531e11._.js")
3
+ R.c("server/chunks/ssr/[root-of-the-server]__0c1ef9cf._.js")
4
+ R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_d92e159d.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__a23154e7._.js")
6
+ R.c("server/chunks/ssr/[root-of-the-server]__655f8d11._.js")
7
+ R.c("server/chunks/ssr/[root-of-the-server]__709fb98b._.js")
8
+ R.c("server/chunks/ssr/app_layout_tsx_271801d7._.js")
9
+ R.c("server/chunks/ssr/node_modules_next_dist_client_components_9774470f._.js")
10
+ R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js")
11
+ R.c("server/chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js")
12
+ R.m(70933)
13
+ module.exports=R.m(70933).exports
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sections": []
5
+ }
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__0c1ef9cf._.js","../../chunks/ssr/[root-of-the-server]__655f8d11._.js","../../chunks/ssr/[root-of-the-server]__709fb98b._.js","../../chunks/ssr/[root-of-the-server]__a23154e7._.js","../../chunks/ssr/[root-of-the-server]__e38816c5._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_79531e11._.js","../../chunks/ssr/_next-internal_server_app__not-found_page_actions_554ec2bf.js","../../chunks/ssr/app_layout_tsx_271801d7._.js","../../chunks/ssr/node_modules_next_dist_79ba2726._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_d92e159d.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -0,0 +1,2 @@
1
+ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/2f236954d6a65e12.js"],"async":false}},"ssrModuleMapping":{"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__e38816c5._.js","server/chunks/ssr/node_modules_next_dist_79ba2726._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/app/layout":[{"path":"static/chunks/dd9a1714ab1cd306.css","inlined":false}]},"entryJSFiles":{"[project]/app/layout":["static/chunks/2f236954d6a65e12.js"]}}
@@ -0,0 +1 @@
1
+ <!DOCTYPE html><!--6C52FRjOtVZvRQv_BrjRS--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/dd9a1714ab1cd306.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/465f799faf41e6df.js"/><script src="/_next/static/chunks/ad4cf95c856c591c.js" async=""></script><script src="/_next/static/chunks/4a436ca4a648344f.js" async=""></script><script src="/_next/static/chunks/turbopack-8b41c18f1602b01b.js" async=""></script><script src="/_next/static/chunks/2f236954d6a65e12.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>Hike</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/465f799faf41e6df.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/2f236954d6a65e12.js\"],\"default\"]\n:HL[\"/_next/static/chunks/dd9a1714ab1cd306.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"6C52FRjOtVZvRQv-BrjRS\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/dd9a1714ab1cd306.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2f236954d6a65e12.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[[\"$\",\"title\",\"0\",{\"children\":\"Hike\"}]]\n"])</script></body></html>
@@ -0,0 +1,16 @@
1
+ {
2
+ "status": 404,
3
+ "headers": {
4
+ "x-nextjs-stale-time": "300",
5
+ "x-nextjs-prerender": "1",
6
+ "x-next-cache-tags": "_N_T_/layout,_N_T_/_not-found/layout,_N_T_/_not-found/page,_N_T_/_not-found"
7
+ },
8
+ "segmentPaths": [
9
+ "/_tree",
10
+ "/_full",
11
+ "/_not-found/__PAGE__",
12
+ "/_not-found",
13
+ "/_index",
14
+ "/_head"
15
+ ]
16
+ }
@@ -0,0 +1,13 @@
1
+ 1:"$Sreact.fragment"
2
+ 2:I[39756,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
4
+ 4:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"OutletBoundary"]
5
+ 5:"$Sreact.suspense"
6
+ 7:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"ViewportBoundary"]
7
+ 9:I[97367,["/_next/static/chunks/2f236954d6a65e12.js"],"MetadataBoundary"]
8
+ b:I[68027,["/_next/static/chunks/2f236954d6a65e12.js"],"default"]
9
+ :HL["/_next/static/chunks/dd9a1714ab1cd306.css","style"]
10
+ 0:{"P":null,"b":"6C52FRjOtVZvRQv-BrjRS","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/dd9a1714ab1cd306.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/2f236954d6a65e12.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
11
+ 8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
12
+ 6:null
13
+ a:[["$","title","0",{"children":"Hike"}]]