diff --git a/next.config.mjs b/next.config.mjs index cd65e318..4f9d7f2f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -18,9 +18,7 @@ const nextConfig = { images: { domains: ["raw.githubusercontent.com", "numpy.org", "dask.org", "chainer.org"], }, - output: 'export', - basePath: process.env.NODE_ENV === 'production' ? '/oceanparcels_website' : '', - assetPrefix: process.env.NODE_ENV === 'production' ? '/oceanparcels_website/' : '', + output: 'export' } export default withMDX(nextConfig)