Redirect root site traffic to badgersolarracing.org#1
Merged
Conversation
Agent-Logs-Url: https://github.com/badgerloop-software/badgerloop-software.github.io/sessions/ea8052ab-7afc-4d4a-9760-dff9508a9a9a Co-authored-by: sbasu107 <40325803+sbasu107@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add redirect from badgerloop-software.github.io to badgersolarracing.org
Redirect root site traffic to badgersolarracing.org
Apr 22, 2026
Member
|
@copilot the screenshot shows that the target site to redirect the page to was blocked. Is it due to browser settings? |
Contributor
Author
Yes—this was due to the sandbox browser policy, not the redirect code. The page reached the redirect target and then Chrome in this environment blocked that destination with |
sbasu107
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
badgerloop-software.github.iocurrently serves no redirect at the root, so visitors do not get forwarded to the active team website. This PR adds an immediate client-side redirect from the repository root tohttps://badgersolarracing.org/.Root redirect page
index.htmlat the repository root.window.location.replace("https://badgersolarracing.org/")for immediate browser navigation.<meta http-equiv="refresh" ...>as a fallback for non-JS contexts.Implemented redirect logic
Original prompt