initialising the build for the doormile site
This commit is contained in:
111
.next/routes-manifest.json
Normal file
111
.next/routes-manifest.json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"version": 3,
|
||||
"pages404": true,
|
||||
"appType": "app",
|
||||
"caseSensitive": false,
|
||||
"basePath": "",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path+/",
|
||||
"destination": "/:path+",
|
||||
"internal": true,
|
||||
"priority": true,
|
||||
"statusCode": 308,
|
||||
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
||||
}
|
||||
],
|
||||
"headers": [],
|
||||
"onMatchHeaders": [],
|
||||
"rewrites": {
|
||||
"beforeFiles": [],
|
||||
"afterFiles": [],
|
||||
"fallback": []
|
||||
},
|
||||
"dynamicRoutes": [],
|
||||
"staticRoutes": [
|
||||
{
|
||||
"page": "/",
|
||||
"regex": "^/(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/_global-error",
|
||||
"regex": "^/_global\\-error(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/_global\\-error(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/_not-found",
|
||||
"regex": "^/_not\\-found(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/_not\\-found(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/about-us",
|
||||
"regex": "^/about\\-us(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/about\\-us(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/blog",
|
||||
"regex": "^/blog(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/blog(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/contact",
|
||||
"regex": "^/contact(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/contact(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/favicon.ico",
|
||||
"regex": "^/favicon\\.ico(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/favicon\\.ico(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/how-it-works",
|
||||
"regex": "^/how\\-it\\-works(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/how\\-it\\-works(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/icon.png",
|
||||
"regex": "^/icon\\.png(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/icon\\.png(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/miletruth",
|
||||
"regex": "^/miletruth(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/miletruth(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/solutions",
|
||||
"regex": "^/solutions(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/solutions(?:/)?$"
|
||||
}
|
||||
],
|
||||
"dataRoutes": [],
|
||||
"rsc": {
|
||||
"header": "rsc",
|
||||
"varyHeader": "rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch",
|
||||
"prefetchHeader": "next-router-prefetch",
|
||||
"didPostponeHeader": "x-nextjs-postponed",
|
||||
"contentTypeHeader": "text/x-component",
|
||||
"suffix": ".rsc",
|
||||
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
||||
"prefetchSegmentSuffix": ".segment.rsc",
|
||||
"prefetchSegmentDirSuffix": ".segments",
|
||||
"clientParamParsing": false,
|
||||
"dynamicRSCPrerender": false
|
||||
},
|
||||
"rewriteHeaders": {
|
||||
"pathHeader": "x-nextjs-rewritten-path",
|
||||
"queryHeader": "x-nextjs-rewritten-query"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user