summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources
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-server/src/main/resources
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-server/src/main/resources')
-rw-r--r--opendc-web/opendc-web-server/src/main/resources/application-dev.properties1
-rw-r--r--opendc-web/opendc-web-server/src/main/resources/application-prod.properties1
2 files changed, 0 insertions, 2 deletions
diff --git a/opendc-web/opendc-web-server/src/main/resources/application-dev.properties b/opendc-web/opendc-web-server/src/main/resources/application-dev.properties
index 4065f55f..5fbc4c04 100644
--- a/opendc-web/opendc-web-server/src/main/resources/application-dev.properties
+++ b/opendc-web/opendc-web-server/src/main/resources/application-dev.properties
@@ -30,7 +30,6 @@ quarkus.flyway.clean-at-start=true
opendc.security.enabled=false
# Mount web UI at root and API at "/api"
-quarkus.opendc-ui.path=/
quarkus.resteasy.path=/api
# Swagger UI
diff --git a/opendc-web/opendc-web-server/src/main/resources/application-prod.properties b/opendc-web/opendc-web-server/src/main/resources/application-prod.properties
index 8e6a9720..fe997fc0 100644
--- a/opendc-web/opendc-web-server/src/main/resources/application-prod.properties
+++ b/opendc-web/opendc-web-server/src/main/resources/application-prod.properties
@@ -30,7 +30,6 @@ opendc.security.enabled=false
quarkus.oidc.enabled=${opendc.security.enabled}
# Mount web UI at root and API at "/api"
-quarkus.opendc-ui.path=/
quarkus.resteasy.path=/api
# Swagger UI