lazyweb help: I forked a github repo that was a simple web tool hosted on github pages. I added a feature and shared the URL to my version on social places.

Later, my feature gets merged into the main repo. So there's no reason for my version to exist, but I don't want to 404 anyone going to my link, I want it to redirect to the main page.

Is there an easy way to do that?

@foone <meta http-equiv="Refresh" content="0; URL=https://example.com/" />
Example Domain