We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VITE_BASE_PATH
.env.sample
1 parent 973ad42 commit ca1c225Copy full SHA for ca1c225
1 file changed
apps/hyperdrive-trading/.env.sample
@@ -60,4 +60,8 @@ VITE_ADDRESS_SCREEN_URL=
60
61
# Debugging options
62
# logs why a component re-rendered, keep this off in production!
63
-VITE_ENABLE_WHY_DID_YOU_RENDER=
+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