Aravind 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
2026-07-03 16:35:42 +05:30
2026-07-13 17:35:12 +05:30
2026-07-03 16:35:42 +05:30
2026-05-28 16:17:56 +05:30
2026-06-09 15:32:58 +05:30
2026-06-15 22:08:23 +05:30
2026-06-15 22:08:23 +05:30
2026-06-05 13:58:14 +05:30
2026-05-27 11:54:10 +05:30
2026-06-06 13:55:33 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Description
No description provided
Readme 365 MiB
Languages
TypeScript 70.7%
CSS 26%
JavaScript 3.2%