diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 16:13:04 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 16:24:39 +0200 |
| commit | 5a3d5148a9d52487f102e52bd079006c916075c9 (patch) | |
| tree | 8dad74b6a213bb294dbcea33ebab34a3be193e77 /opendc-web/opendc-web-server/src/main/resources/application-prod.properties | |
| parent | 5e2a42a58b2cf4d1b94d5568e7c74373a4759bc3 (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/application-prod.properties')
| -rw-r--r-- | opendc-web/opendc-web-server/src/main/resources/application-prod.properties | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
