diff --git a/Src/WitsmlExplorer.Frontend/next.config.js b/Src/WitsmlExplorer.Frontend/next.config.js index f49f792b4..ac6e13d60 100644 --- a/Src/WitsmlExplorer.Frontend/next.config.js +++ b/Src/WitsmlExplorer.Frontend/next.config.js @@ -1,10 +1,7 @@ /* eslint-disable no-undef */ -const weURL = process.env.NEXT_PUBLIC_WITSMLEXPLORER_FRONTEND_URL; -const wePath = weURL && weURL.length > 0 ? new URL(weURL).pathname : ""; module.exports = { distDir: "build", - basePath: wePath, webpack: (config) => { config.module.rules.push({ test: /\.xml$/i,