Skip to content

Commit

Permalink
FIX-2323 Remove the last bits of the NEXT_PUBLIC_WITSMLEXPLORER_FRONT…
Browse files Browse the repository at this point in the history
…END (#2324)
  • Loading branch information
janmarius authored Mar 20, 2024
1 parent a720277 commit 1df155b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Src/WitsmlExplorer.Frontend/next.config.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 1df155b

Please sign in to comment.