Skip to content

Commit

Permalink
added subpath in next.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Dec 5, 2023
1 parent a4df27f commit 1812d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 1812d94

Please sign in to comment.