This commit is contained in:
a2a-platform
2026-06-11 21:36:21 +00:00
commit 006f5e03e3
100 changed files with 3741 additions and 0 deletions

View File

@@ -0,0 +1,61 @@
{
"version": 4,
"routes": {
"/_not-found": {
"initialStatus": 404,
"experimentalBypassFor": [
{
"type": "header",
"key": "next-action"
},
{
"type": "header",
"key": "content-type",
"value": "multipart/form-data;.*"
}
],
"initialRevalidateSeconds": false,
"srcRoute": "/_not-found",
"dataRoute": "/_not-found.rsc",
"allowHeader": [
"host",
"x-matched-path",
"x-prerender-revalidate",
"x-prerender-revalidate-if-generated",
"x-next-revalidated-tags",
"x-next-revalidate-tag-token"
]
},
"/": {
"experimentalBypassFor": [
{
"type": "header",
"key": "next-action"
},
{
"type": "header",
"key": "content-type",
"value": "multipart/form-data;.*"
}
],
"initialRevalidateSeconds": false,
"srcRoute": "/",
"dataRoute": "/index.rsc",
"allowHeader": [
"host",
"x-matched-path",
"x-prerender-revalidate",
"x-prerender-revalidate-if-generated",
"x-next-revalidated-tags",
"x-next-revalidate-tag-token"
]
}
},
"dynamicRoutes": {},
"notFoundRoutes": [],
"preview": {
"previewModeId": "0c467732f20933f6090153b1ded197e1",
"previewModeSigningKey": "2d922f3b4d9c7678f519235ab6a9ca106b40ae97cc038bb60068127a8cbaf0ab",
"previewModeEncryptionKey": "e5ded930403511e431143c6e8f3f90321c20c3f0605cc4d0eba549b9cc2fad6b"
}
}