This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-s3/__tests__/fixtures/basic-next-app/.next/prerender-manifest.json

20 lines
566 B
JSON

{
"version": 2,
"routes": {
"/": {
"initialRevalidateSeconds": false,
"srcRoute": null,
"dataRoute": "/_next/data/zsWqBqLjpgRmswfQomanp/index.json"
},
"/todos/terms/a": {
"initialRevalidateSeconds": false,
"srcRoute": "/todos/terms/[section]",
"dataRoute": "/_next/data/zsWqBqLjpgRmswfQomanp/todos/terms/a.json"
},
"/todos/terms/b": {
"initialRevalidateSeconds": false,
"srcRoute": "/todos/terms/[section]",
"dataRoute": "/_next/data/zsWqBqLjpgRmswfQomanp/todos/terms/b.json"
}
}
}