-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for configuring a base URL #65
Conversation
Fix base URL for Vite assets
Does this functionality already exist in the main branch (i.e., is this PR still relevant)? |
@avillar the main branch doesn't have this functionality yet. I'll get this branch up to date soon so we can merge this PR. |
This fix now works again. Sorry for the delay in getting this fixed. I think it was the upgrade to the next Vite version that broke this before. |
Can configure Prez UI to have a base URL other than /, both in a static site or Docker deployment. This can be set with the
VITE_BASE_URL
environment variable.Thanks @avillar for your updates.