biohazard-vfx/.next/server/app-paths-manifest.json
nicholai acce498808
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
Updated privacy policy and terms + updated contact forms
2025-09-08 18:35:11 -06:00

14 lines
548 B
JSON

{
"/icon.svg/route": "app/icon.svg/route.js",
"/_not-found/page": "app/_not-found/page.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/assets/route": "app/api/assets/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/blog/route": "app/api/blog/route.js",
"/page": "app/page.js",
"/projects/page": "app/projects/page.js",
"/privacy/page": "app/privacy/page.js",
"/terms/page": "app/terms/page.js",
"/contact/page": "app/contact/page.js",
"/crew/page": "app/crew/page.js"
}