init:初始化项目
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"version": 3,
|
||||
"pages404": true,
|
||||
"caseSensitive": false,
|
||||
"basePath": "",
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path+/",
|
||||
"destination": "/:path+",
|
||||
"internal": true,
|
||||
"statusCode": 308,
|
||||
"regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"
|
||||
}
|
||||
],
|
||||
"headers": [],
|
||||
"rewrites": {
|
||||
"beforeFiles": [],
|
||||
"afterFiles": [],
|
||||
"fallback": []
|
||||
},
|
||||
"dynamicRoutes": [
|
||||
{
|
||||
"page": "/[locale]",
|
||||
"regex": "^/([^/]+?)(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPlocale": "nxtPlocale"
|
||||
},
|
||||
"namedRegex": "^/(?<nxtPlocale>[^/]+?)(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/[locale]/console",
|
||||
"regex": "^/([^/]+?)/console(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPlocale": "nxtPlocale"
|
||||
},
|
||||
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/console(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/[locale]/docs",
|
||||
"regex": "^/([^/]+?)/docs(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPlocale": "nxtPlocale"
|
||||
},
|
||||
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/docs(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/[locale]/login",
|
||||
"regex": "^/([^/]+?)/login(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPlocale": "nxtPlocale"
|
||||
},
|
||||
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/login(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/[locale]/pricing",
|
||||
"regex": "^/([^/]+?)/pricing(?:/)?$",
|
||||
"routeKeys": {
|
||||
"nxtPlocale": "nxtPlocale"
|
||||
},
|
||||
"namedRegex": "^/(?<nxtPlocale>[^/]+?)/pricing(?:/)?$"
|
||||
}
|
||||
],
|
||||
"staticRoutes": [
|
||||
{
|
||||
"page": "/",
|
||||
"regex": "^/(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/(?:/)?$"
|
||||
},
|
||||
{
|
||||
"page": "/_not-found",
|
||||
"regex": "^/_not\\-found(?:/)?$",
|
||||
"routeKeys": {},
|
||||
"namedRegex": "^/_not\\-found(?:/)?$"
|
||||
}
|
||||
],
|
||||
"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",
|
||||
"prefetchSuffix": ".prefetch.rsc",
|
||||
"prefetchSegmentHeader": "next-router-segment-prefetch",
|
||||
"prefetchSegmentSuffix": ".segment.rsc",
|
||||
"prefetchSegmentDirSuffix": ".segments"
|
||||
},
|
||||
"rewriteHeaders": {
|
||||
"pathHeader": "x-nextjs-rewritten-path",
|
||||
"queryHeader": "x-nextjs-rewritten-query"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user