Add standalone output for Railway deployment
This commit is contained in:
@@ -2,6 +2,8 @@ import type { NextConfig } from 'next'
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
// * Enable standalone output for Railway deployment
|
||||||
|
output: 'standalone',
|
||||||
// * Privacy-first: Disable analytics and telemetry
|
// * Privacy-first: Disable analytics and telemetry
|
||||||
productionBrowserSourceMaps: false,
|
productionBrowserSourceMaps: false,
|
||||||
async redirects() {
|
async redirects() {
|
||||||
|
|||||||
Reference in New Issue
Block a user