From 58d349c20b8ad7e01e8388c08bea26160d0c8104 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 16 Jan 2026 13:36:07 +0100 Subject: [PATCH] Add standalone output for Railway deployment --- next.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next.config.ts b/next.config.ts index 2be8af9..772c44c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -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() {