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() {