chore: update deployment notes and hosting information in README and next.config.ts

This commit is contained in:
Usman Baig
2026-01-28 15:01:10 +01:00
parent f82d77e04d
commit f8bf5d2645
2 changed files with 3 additions and 3 deletions

View File

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