biohazard-vfx/.next/app-build-manifest.json
nicholai e3e3a91bdf
Some checks failed
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
1.6-7-8 implemented
2025-09-24 19:23:57 -06:00

40 lines
1.0 KiB
JSON

{
"pages": {
"/global-error": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/global-error.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/api/auth/[...nextauth]/route": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/api/auth/[...nextauth]/route.js"
],
"/crew/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/crew/page.js"
],
"/contact/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/contact/page.js"
],
"/projects/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/projects/page.js"
]
}
}