From 8ae817dc7a3638f6df8db74e04caa4ca4be885e9 Mon Sep 17 00:00:00 2001 From: Slowlydev <61624214+slowlydev@users.noreply.github.com> Date: Fri, 5 Jul 2024 22:12:36 +0200 Subject: [PATCH] feat: adjust regex to allow everything f1 Author: Slowlydev --- dash/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "", }, ],