biohazard-vfx/.next/server/app-paths-manifest.json
nicholai 5d205b6303
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
1.2 completed
2025-09-24 14:18:41 -06:00

10 lines
348 B
JSON

{
"/_not-found/page": "app/_not-found/page.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/crew/page": "app/crew/page.js",
"/studio/page": "app/studio/page.js",
"/projects/page": "app/projects/page.js",
"/blog/page": "app/blog/page.js",
"/contact/page": "app/contact/page.js",
"/page": "app/page.js"
}