summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 16:13:04 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 16:24:39 +0200
commit5a3d5148a9d52487f102e52bd079006c916075c9 (patch)
tree8dad74b6a213bb294dbcea33ebab34a3be193e77 /opendc-web/opendc-web-ui
parent5e2a42a58b2cf4d1b94d5568e7c74373a4759bc3 (diff)
fix(web/ui): Disable configuration of basePath
This change removes the ability to configure the basePath of the Next.js application using the Quarkus extension. This functionality was brittle due to relying on Next.js internals coping with out replacement strategy. We should wait for Next.js to implement proper support for changing the base path at runtime before making this functionality available again.
Diffstat (limited to 'opendc-web/opendc-web-ui')
-rw-r--r--opendc-web/opendc-web-ui/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/build.gradle.kts b/opendc-web/opendc-web-ui/build.gradle.kts
index 19f63353..79160a2e 100644
--- a/opendc-web/opendc-web-ui/build.gradle.kts
+++ b/opendc-web/opendc-web-ui/build.gradle.kts
@@ -84,7 +84,6 @@ val buildTask = tasks.register<NpmTask>("nextBuild") {
args.set(listOf("run", "build"))
val env = listOf(
- "NEXT_BASE_PATH",
"NEXT_PUBLIC_API_BASE_URL",
"NEXT_PUBLIC_SENTRY_DSN",
"NEXT_PUBLIC_AUTH0_DOMAIN",