Skip to content

Fix header/footer link 404s#51

Merged
mrsabath merged 2 commits intomainfrom
marketing-website
Mar 20, 2026
Merged

Fix header/footer link 404s#51
mrsabath merged 2 commits intomainfrom
marketing-website

Conversation

@justinmacnair
Copy link
Copy Markdown
Collaborator

Summary

Related issue(s)

#50

(Optional) Testing Instructions

Fixes #

Signed-off-by: justinmacnair <justinmacnair@gmail.com>
@justinmacnair justinmacnair requested a review from pdettori March 19, 2026 21:05
Copy link
Copy Markdown
Contributor

@huang195 huang195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing the 404! The root cause is correct — href="/" resolves to https://kagenti.github.io/ which doesn't exist.

However, converting the logo to a non-clickable <span> removes standard homepage navigation UX. A better fix is to use href="./" which resolves correctly on GitHub Pages (stays within the /.github/ subpath) while keeping the logo clickable.

Also, the .vscode/settings.json changes and .gitignore addition are contradictory — adding .vscode/ to gitignore means the settings.json changes won't be trackable going forward. Consider separating these into their own PR or picking one approach.

Comment thread index.html
Comment thread index.html
Comment thread .gitignore
…rofile readme. Untracked settings.

Signed-off-by: justinmacnair <justinmacnair@gmail.com>
Copy link
Copy Markdown
Contributor

@mrsabath mrsabath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mrsabath mrsabath merged commit 6777135 into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants