From ef6d1405a7c103d4ab23c07b8b38c1b3544bece3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Wed, 3 Jul 2024 10:39:49 +0200 Subject: [PATCH 1/2] images route --- client/next.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/next.config.mjs b/client/next.config.mjs index 210c3557..28e221dc 100644 --- a/client/next.config.mjs +++ b/client/next.config.mjs @@ -5,6 +5,12 @@ const nextConfig = { transpilePackages: ['@serverless-app-scaffold/types', 'lucide-react', 'hi'], images: { domains: ['api.mapbox.com', 'afoco-staging-assets.s3.ap-northeast-2.amazonaws.com'], + remotePatterns: [ + { + protocol: 'https', + hostname: 'climation-staging.afocosec.org', + }, + ], }, async redirects() { return [ From 68859d9e9d3ee87dddb1eb1a005813f9fd55c8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Fri, 20 Dec 2024 13:13:37 +0100 Subject: [PATCH 2/2] fix project 45 --- client/src/containers/filters/index.tsx | 2 +- client/src/containers/projects/detail/dashboard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/containers/filters/index.tsx b/client/src/containers/filters/index.tsx index f591e09d..8dcc859f 100644 --- a/client/src/containers/filters/index.tsx +++ b/client/src/containers/filters/index.tsx @@ -47,7 +47,7 @@ export default function Filters({ nrResults = 0 }: { nrResults: number }) { Clear all -