-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(ci): do not use relative asset paths in prod builds #613
base: main
Are you sure you want to change the base?
Conversation
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Summary
This PR removes the base option from vite.config.js in all apps to prevent building relative paths for assets in production. To maintain support for previews deployed under a specific path, the base option is now configured directly in the preview workflow.
Changes Made
base
option from all vite configsbase
option to build-asset.shTesting Instructions
npm i
npm run TASK
Checklist