fix(deploy): add baseUrl for GitHub Pages and disable caching#62
Conversation
- Add experiments.baseUrl: "/thumbcode" for GitHub Pages subdirectory - Inject no-cache meta tags into HTML files for staging environment - Fixes Expo app loading issue on GitHub Pages deployment Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughTwo configuration updates: a GitHub Actions workflow step to inject no-cache meta tags into HTML files during deployment, and a new baseUrl field added to the Expo experiments configuration. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Fixes two issues with the GitHub Pages staging deployment:
experiments.baseUrl: "/thumbcode"to app.json so Expo knows it's deployed under a subdirectoryChanges
app.json: Addexperiments.baseUrl: "/thumbcode"for GitHub Pages subdirectory deployment.github/workflows/deploy-gh-pages.yml: Add post-build step to inject cache-control meta tagsTest Plan
🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.