diff --git a/dash/next.config.mjs b/dash/next.config.mjs index 39f3b63b..52306c4e 100644 --- a/dash/next.config.mjs +++ b/dash/next.config.mjs @@ -8,7 +8,7 @@ const config = { remotePatterns: [ { protocol: "https", - hostname: "www.formula1.com", + hostname: "**formula1.com", port: "", }, ],