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