Skip to content

fix: add base path for GitHub Pages deployment#7

Merged
yepzdk merged 1 commit intomainfrom
feature/fix-github-pages-base-path
Apr 22, 2026
Merged

fix: add base path for GitHub Pages deployment#7
yepzdk merged 1 commit intomainfrom
feature/fix-github-pages-base-path

Conversation

@yepzdk
Copy link
Copy Markdown
Contributor

@yepzdk yepzdk commented Apr 22, 2026

Summary

  • Add base: '/research-projects/' to VitePress config
  • Prefix all hardcoded mock links with /research-projects/

Without this, CSS/JS assets and mock links resolve to the root domain instead of the /research-projects/ subpath where GitHub Pages serves the site.

Test plan

🤖 Generated with Claude Code

The site is served at /research-projects/ on GitHub Pages. Without the
base config, all asset URLs (CSS, JS) and mock links resolve to the
root domain, breaking styling and navigation.

Co-authored-by: Claude <noreply@anthropic.com>
@yepzdk yepzdk merged commit 26f7853 into main Apr 22, 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.

1 participant