From ac2b26cd0dfaec63dee67ff41869dccc5de50555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Brzezin=CC=81ski?= Date: Sun, 1 Sep 2024 14:03:20 +0200 Subject: [PATCH] fix step url --- next.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.js b/next.config.js index 7616c93a..07cc2a8e 100644 --- a/next.config.js +++ b/next.config.js @@ -19,6 +19,10 @@ const nextConfig = { protocol: 'https', hostname: 'images.ctfassets.net/**', }, + { + protocol: 'https', + hostname: 'step-public.s3.eu-north-1.amazonaws.com', + }, ], }, reactStrictMode: true,