Skip to content

Commit f1e266a

Browse files
committed
fix(deploy): fix frontend endpoint
1 parent 48340a4 commit f1e266a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/helm-chart/values-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image:
66

77
env:
88
NODE_ENV: "development"
9-
NEXT_PUBLIC_BASE_PATH: "/frontend/dev"
9+
NEXT_PUBLIC_BASE_PATH: ""
1010

1111
secrets:
1212
name: hankers-frontend-secrets
@@ -16,5 +16,5 @@ ingress:
1616
hosts:
1717
- host: ""
1818
paths:
19-
- path: /frontend/dev(/|$)(.*)
19+
- path: /()(.*)
2020
pathType: ImplementationSpecific

0 commit comments

Comments
 (0)