### Describe the bug In https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/package.json The `homepage`, `repository`, and `bugs` fields are all still referring to https://github.com/vitejs/vite/ instead of https://github.com/vitejs/vite-plugin-react. This means that the links on https://www.npmjs.com/package/@vitejs/plugin-react are going to the wrong place too. ### Reproduction https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/package.json ### Steps to reproduce _No response_ ### System Info ```shell All ``` ### Used Package Manager npm ### Logs _No response_ ### Validations - [X] Follow our [Code of Conduct](https://github.com/vitejs/vite/blob/main/CODE_OF_CONDUCT.md) - [X] Read the [Contributing Guidelines](https://github.com/vitejs/vite/blob/main/CONTRIBUTING.md). - [X] Read the [docs](https://vitejs.dev/guide). - [X] Check that there isn't [already an issue](https://github.com/vitejs/vite-plugin-react/issues) that reports the same bug to avoid creating a duplicate. - [X] Make sure this is a Vite issue and not a framework-specific issue. - [X] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/vitejs/vite-plugin-react/discussions) or join our [Discord Chat Server](https://chat.vitejs.dev/). - [X] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
In https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/package.json
The
homepage,repository, andbugsfields are all still referring to https://github.com/vitejs/vite/ instead of https://github.com/vitejs/vite-plugin-react. This means that the links on https://www.npmjs.com/package/@vitejs/plugin-react are going to the wrong place too.Reproduction
https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/package.json
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations