biohazard-vfx/.next/server/app-paths-manifest.json
Nicholai 51e5af7746
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
I've begun refactoring the homepage, changing the NAV and am trying to restyle the site with more modern sensibilities.
2025-08-19 04:12:13 -06:00

8 lines
272 B
JSON

{
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/page": "app/page.js",
"/blog/page": "app/blog/page.js",
"/projects/page": "app/projects/page.js",
"/admin/assets/page": "app/admin/assets/page.js",
"/admin/page": "app/admin/page.js"
}