Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.06 KB

ycn.club redirect

Release Forks

⚠️ Notice: This repository has been archived and will no longer receive updates (not like we expect it to, honestly). For further information on the project's status and brand identity, please refer to the organization's README.

It redirects, so... yeah.

Usage

  1. After forking the repository, go to Settings > Pages.

  2. Select the following settings:

    • Source: Deploy from a branch
    • Branch: main, with /(root) directory.
  3. Hit 'Save'. The 'Custom domain' section should automatically pick up the subdomain from the CNAME file.

  4. Now, add a DNS record for your domain with the following:

    • Type: CNAME
    • Name: YOUR_SUBDOMAIN (ex: redirect for redirect.mitblr.club)
    • Value: mitblr-club.github.io

Now, after saving the record and waiting for changes to kick in, GitHub Pages should redirect to your required page.