react-icons / react-icons/react-icons

[Feature]: Redirect react-icons.github.io to react-icons.github.io/react-icons

Open
#764 1 comment 2 reactions 0 assignees View on GitHub

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
  1. Create a react-icons.github.io repository in the @react-icons organization.
  2. Add an index.html file 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.