From d8fc8d272bffb5c59a17ff774c910b47749dc650 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 22 Jul 2022 17:40:38 +0200 Subject: build(deps): upgrade dependencies (Next v12.2.3) The Next config has also been updated: the experimental config `outputStandalone` is no longer experimental. --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 872efe2..27f3e6a 100644 --- a/next.config.js +++ b/next.config.js @@ -75,7 +75,6 @@ const securityHeaders = [ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { - outputStandalone: true, scrollRestoration: true, }, async headers() { @@ -94,6 +93,7 @@ const nextConfig = { images: { domains: [backendDomain, 'secure.gravatar.com'], }, + output: 'standalone', poweredByHeader: false, reactStrictMode: true, async rewrites() { -- cgit v1.2.3