try different basePath
Gitea/subman-nextjs/pipeline/head There was a failure building this commit Details

This commit is contained in:
andrzej 2024-10-03 16:13:49 +02:00
parent 44c1f09c52
commit 0eeb5b2437
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: "standalone", output: "standalone",
basePath: "/subman", basePath: "subman",
webpack: (config) => { webpack: (config) => {
config.externals = [...config.externals, "bcrypt"]; config.externals = [...config.externals, "bcrypt"];
return config; return config;