You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,24 @@ valparaiso: {
125
125
126
126
> **Note:** Alternate CTAs appear only when the related feature flag is `false` and a link is configured for that city.
127
127
128
+
## 🚀 Deployment & Production Setup
129
+
130
+
**Critical Server Configuration:**
131
+
For production deployments, follow our [Server Setup Guide](https://docs.google.com/document/d/1NhOyS6ZJwRjL3KeWlyErYBjFYZ47dyMugsyuKcyhJQ0/edit?tab=t.8508vrmeaeq) covering:
132
+
- Node.js environment requirements
133
+
- PM2 process management
134
+
- GitHub Actions integration
135
+
- Mandatory environment variables
136
+
- Image optimization pipeline
137
+
138
+
**Minimum Requirements:**
139
+
- Node.js v20+
140
+
- 2GB RAM minimum
141
+
- HTTPS configuration
142
+
143
+
> 📌 **Admin Note:** The `output: 'export' config is prohibited** - breaks dynamic routes and middleware.
144
+
> Always use standard Next.js build (`npm run build` + `npm start`).
145
+
>
128
146
## 🌍 Contributing
129
147
130
148
We welcome community contributions! Please see our [Contribution Guidelines](docs/CONTRIBUTING.md) and review our [Photography Style Guide](docs/guia-fotografia.md) for asset submissions.
0 commit comments