Skip to content

Add comprehensive baseURL fixing with debug output#22

Merged
SoundBlaster merged 1 commit intomainfrom
claude/fix-docc-github-pages-urls-011CV2q14oULMheEHTbHVHsq
Nov 11, 2025
Merged

Add comprehensive baseURL fixing with debug output#22
SoundBlaster merged 1 commit intomainfrom
claude/fix-docc-github-pages-urls-011CV2q14oULMheEHTbHVHsq

Conversation

@SoundBlaster
Copy link
Owner

No description provided.

The previous sed approach had issues:
1. sed -i '' with find -exec may not work reliably
2. Need to handle multiple baseURL formats

Changes:
- Added debug output to see file structure and baseURL occurrences
- Use while read loop instead of find -exec for better reliability
- Handle multiple baseURL patterns:
  * "baseURL":"/"
  * 'baseURL':'/'
  * baseURL:"/"
  * var baseUrl = "/"
  * const baseUrl = "/"
- Added verification step to confirm fixes applied

This will help diagnose and fix the GitHub Pages resource URL issue.
@SoundBlaster SoundBlaster merged commit 229081f into main Nov 11, 2025
4 checks passed
@SoundBlaster SoundBlaster deleted the claude/fix-docc-github-pages-urls-011CV2q14oULMheEHTbHVHsq branch November 11, 2025 22:01
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.

2 participants