Files
doormilebuild/build/.next/app-path-routes-manifest.json
Aravind 4b8277af70 fix: stop .gitignore from excluding build/.next (site 502/blank after deploy)
.gitignore's ".next/" rule (no leading slash) matched at any depth, so
build/.next was silently excluded from every commit even though build.sh
populates it. The Docker image was built without the compiled server/static
output, so server.js had nothing to serve. Anchor the rule to the repo root
and commit the compiled output that Dokploy actually needs.
2026-07-14 11:30:24 +05:30

22 lines
742 B
JSON

{
"/_global-error/page": "/_global-error",
"/_not-found/page": "/_not-found",
"/about-us/page": "/about-us",
"/air-freight/page": "/air-freight",
"/blog/[slug]/page": "/blog/[slug]",
"/blog/page": "/blog",
"/contact/page": "/contact",
"/cookie-policy/page": "/cookie-policy",
"/doormile-wings/page": "/doormile-wings",
"/empowerment/page": "/empowerment",
"/express/page": "/express",
"/favicon.ico/route": "/favicon.ico",
"/how-it-works/page": "/how-it-works",
"/icon.png/route": "/icon.png",
"/miletruth/page": "/miletruth",
"/page": "/",
"/privacy-policy/page": "/privacy-policy",
"/sitemap.xml/route": "/sitemap.xml",
"/solutions/page": "/solutions",
"/terms-of-service/page": "/terms-of-service"
}