Skip to content

Commit

Permalink
fix: router path
Browse files Browse the repository at this point in the history
  • Loading branch information
acaldas committed Sep 25, 2024
1 parent c2adae3 commit 6bace24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build arguments
BASE_PATH="/" # vite base path
BASE_PATH="/staging/makerdao/connect" # vite base path
BASE_HREF="./" # electron-forge base href
PH_CONNECT_APP_REQUIRES_HARD_REFRESH="true"
SENTRY_AUTH_TOKEN=
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM node:lts-alpine AS builder

ARG BASE_PATH="/"
ENV BASE_PATH=${BASE_PATH}
ARG PH_CONNECT_ROUTER_BASENAME=${BASE_PATH}
Expand Down

0 comments on commit 6bace24

Please sign in to comment.