biohazard-vfx/.next/server/app-paths-manifest.json
Nicholai 6b7391e267
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
More CSS refactors v02
2025-08-19 04:57:42 -06:00

9 lines
344 B
JSON

{
"/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",
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js",
"/projects/page": "app/projects/page.js"
}