Revert to Vue CLI to fix GitHub Pages Deployment #2203
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reverts #2178 to fix #2202
Proposed commit message
Other information
Deploying sites built with Vite on GitHub Pages requires configuring the
base
invite.config.js
as the subdirectory (or repository name) where the report is deployed (eg./ip-dashboard/
). However, since RepoSense reports will be deployed on multiple GitHub Pages URLs, this will require all users to define a new environment variable to specify the custombase
, which is not ideal.We need to decide if we should just revert the migration PR or introduce the env variable into the Vite config. For now, I have reverted the PR. Feel free to suggest alternatives.