update
This commit is contained in:
@@ -3,6 +3,9 @@ const isProd = process.env.NODE_ENV === 'production'
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
assetPrefix: isProd ? '/v3' : undefined,
|
||||
images: {
|
||||
path: isProd ? '/v3/_next/image' : undefined,
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user