biohazard-vfx/.next/server/app-paths-manifest.json

10 lines
366 B
JSON

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