Update URLs and paths for lawfirm demo structure

This commit is contained in:
2025-06-07 22:04:30 +02:00
parent c0dc4ed296
commit 7fba89fa28
3 changed files with 31 additions and 31 deletions

View File

@@ -1,11 +1,11 @@
import type {NextConfig} from "next";
// const isProd = process.env.NODE_ENV === 'production';
const isProd = process.env.NODE_ENV === 'production';
const nextConfig: NextConfig = {
output: 'standalone',
// basePath: isProd ? '/lawfirm-demos/demo1' : '',
// assetPrefix: isProd ? '/lawfirm-demos/demo1' : '',
basePath: isProd ? '/lawfirm/demo1' : '',
assetPrefix: isProd ? '/lawfirm/demo1' : '',
};
export default nextConfig;