diff --git a/client/next.config.mjs b/client/next.config.mjs index 6d92e6d..0e3eb6e 100644 --- a/client/next.config.mjs +++ b/client/next.config.mjs @@ -2,6 +2,7 @@ import('./src/env.mjs'); /** @type {import('next').NextConfig} */ const nextConfig = { + basePath: '/impact-sphere', transpilePackages: ['@esa/types'], images: { domains: ['api.mapbox.com', 'localhost', 'esa-gda-comms-staging-mfafc.ondigitalocean.app'],