From 7d395392d152bbbcd5031bba59af1092a62fc782 Mon Sep 17 00:00:00 2001 From: robin Date: Thu, 18 Dec 2025 12:22:34 +0100 Subject: [PATCH] nix standalone --- next-env.d.ts | 2 +- next.config.mjs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..40c3d68 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/next.config.mjs b/next.config.mjs index 116a2e7..bf2e3d0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').Config} */ const nextConfig = { + output: 'standalone', productionBrowserSourceMaps: false, };