From 48c5d3b0f97f1bce5616a3336aa1725f6e6daff1 Mon Sep 17 00:00:00 2001 From: Ghita Lucian Date: Thu, 10 Aug 2023 19:45:34 +0200 Subject: [PATCH] output: "standalone", --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index ec94e9027..deeea7c98 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ module.exports = { + output: 'standalone', eslint: { // Disabling on production builds because we're running checks on PRs via GitHub Actions. ignoreDuringBuilds: true