diff --git a/next.config.mjs b/next.config.mjs index 5850805..ab1b307 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { output: "standalone", + basePath: "/subman", webpack: (config) => { config.externals = [...config.externals, "bcrypt"]; return config;