Commit Graph

13 Commits

Author SHA1 Message Date
ce602a454f Revert to standalone output: static export cannot run the SMTP Server Action
output: "export" produces pure static HTML with no server at runtime, so
the contact form's Server Action (src/actions/sendEmail.ts, nodemailer/SMTP)
can never execute under it - Next.js itself refuses to build with a Server
Action present under output: "export". The deploy architecture is being
switched to a Node standalone runtime (see doormile-build) instead, which
supports the existing Server Action unchanged.
2026-07-13 20:18:59 +05:30
0ec150d703 Revert to static export output for nginx deploy pipeline
output: "standalone" (a8f4b23) produces a Node server bundle with no
server.js at the path the deploy Dockerfile expects. The deploy repo's
Dockerfile now runs nginx serving static files (d808317), which requires
a static export (out/), not a standalone server bundle.
2026-07-13 20:09:35 +05:30
a8f4b23977 Configure Next.js standalone output for deployment 2026-07-13 17:54:13 +05:30
05159a3208 Merge branch 'cursor/air-freight-page' 2026-07-13 15:15:46 +05:30
09bfb957e6 update doormile wings dropdown 2026-07-04 16:39:42 +05:30
71875ea20f cleanup the repo unused images 2026-07-03 16:35:42 +05:30
09082a12a5 update doormile approach 2026-06-16 13:06:28 +05:30
1286045a21 fix build failed 2026-06-16 11:58:27 +05:30
2bc01b5952 update ev section 2026-06-12 17:07:38 +05:30
0ef51540e9 update how it works 2026-06-08 22:21:42 +05:30
d5987b5dd1 update contect page 2026-06-04 15:49:51 +05:30
43dd4cef12 first commit 2026-05-28 16:17:56 +05:30
319e6f32d3 Initial commit from Create Next App 2026-05-27 11:54:10 +05:30