react-icons / react-icons/react-icons
[Feature]: Redirect react-icons.github.io to react-icons.github.io/react-icons
Open
Nobody has claimed this yet.
preview-site(low priority)
- Dominant language
- TypeScript
- Stars
- 12.7k
- Forks
- 809
- PR merge metrics
- No merged PRs in 30d
Description
Describe
Sometimes, due to browser suggestions I end up browsing to https://react-icons.github.io/ which just displays a "not found" page.
Solution
- Create a
react-icons.github.iorepository in the @react-icons organization. - Add an
index.htmlfile with the following contents:
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://react-icons.github.io/react-icons" />
</head>
<body>
Redirecting...
</body>
</html>
Minimal sample repository URL
No response
Additional context
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Create the requested react-icons.github.io repository and add the mentioned index.html file. Verify that visiting https://react-icons.github.io/ redirects to https://react-icons.github.io/react-icons and no longer shows a not-found page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100