From 392110f55cac667d038378645a38fd358aa47585 Mon Sep 17 00:00:00 2001 From: andrzej Date: Fri, 4 Oct 2024 13:05:17 +0200 Subject: [PATCH] configure for root domain --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index ab1b307..628cb20 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", - basePath: "/subman", + // basePath: "/subman", webpack: (config) => { config.externals = [...config.externals, "bcrypt"]; return config;