Add standalone output for Railway deployment

This commit is contained in:
Usman Baig
2026-01-16 13:36:07 +01:00
parent a3fa97efa1
commit 58d349c20b

View File

@@ -2,6 +2,8 @@ import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
reactStrictMode: true,
// * Enable standalone output for Railway deployment
output: 'standalone',
// * Privacy-first: Disable analytics and telemetry
productionBrowserSourceMaps: false,
async redirects() {