biohazard-vfx/.next/app-path-routes-manifest.json
nicholai 2e476d7f34
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.1.design-tokens-and-typography in progress
2025-09-24 11:38:27 -06:00

43 lines
1.6 KiB
JSON

{
"/_not-found/page": "/_not-found",
"/api/assets/[id]/route": "/api/assets/[id]",
"/api/assets/route": "/api/assets",
"/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]",
"/api/blog/[id]/route": "/api/blog/[id]",
"/api/blog/route": "/api/blog",
"/api/faq/[id]/route": "/api/faq/[id]",
"/api/faq/route": "/api/faq",
"/api/projects/[id]/route": "/api/projects/[id]",
"/api/projects/create/route": "/api/projects/create",
"/api/projects/delete/[id]/route": "/api/projects/delete/[id]",
"/api/projects/route": "/api/projects",
"/api/projects/update/[id]/route": "/api/projects/update/[id]",
"/api/team/[id]/route": "/api/team/[id]",
"/api/team/route": "/api/team",
"/env-test/route": "/env-test",
"/icon.svg/route": "/icon.svg",
"/manifest.webmanifest/route": "/manifest.webmanifest",
"/robots.txt/route": "/robots.txt",
"/sitemap.xml/route": "/sitemap.xml",
"/api/uploadthing/route": "/api/uploadthing",
"/api/sentry-example-api/route": "/api/sentry-example-api",
"/blog/[slug]/page": "/blog/[slug]",
"/contact/page": "/contact",
"/faq/page": "/faq",
"/page": "/",
"/privacy/page": "/privacy",
"/projects/[id]/page": "/projects/[id]",
"/sentry-example-page/page": "/sentry-example-page",
"/terms/page": "/terms",
"/crew/page": "/crew",
"/blog/page": "/blog",
"/projects/page": "/projects",
"/admin/assets/page": "/admin/assets",
"/admin/blog/page": "/admin/blog",
"/admin/faq/page": "/admin/faq",
"/admin/login/page": "/admin/login",
"/admin/media/page": "/admin/media",
"/admin/page": "/admin",
"/admin/projects/page": "/admin/projects",
"/admin/team/page": "/admin/team"
}