Fix tests part 2
This commit is contained in:
parent
22336cedad
commit
c6d0b0197c
@ -1,6 +1,6 @@
|
||||
const imageUrlParts =
|
||||
process.env.NEXT_PUBLIC_SITE_URL.split("://") ||
|
||||
"http://localhost:3000".split("://"); // To make tests pass
|
||||
const imageUrlParts = process.env.NEXT_PUBLIC_SITE_URL
|
||||
? process.env.NEXT_PUBLIC_SITE_URL.split("://")
|
||||
: "http://localhost:3000".split("://"); // To make tests pass
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
|
Reference in New Issue
Block a user