Skip to content

Commit ca1c225

Browse files
committed
Add VITE_BASE_PATH to .env.sample
1 parent 973ad42 commit ca1c225

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

apps/hyperdrive-trading/.env.sample

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ VITE_ADDRESS_SCREEN_URL=
6060

6161
# Debugging options
6262
# logs why a component re-rendered, keep this off in production!
63-
VITE_ENABLE_WHY_DID_YOU_RENDER=
63+
VITE_ENABLE_WHY_DID_YOU_RENDER=
64+
65+
# If deploying to a subdirectory
66+
# Typically added as a repo secret or in the deployment environment
67+
VITE_BASE_PATH=/

0 commit comments

Comments
 (0)