Skip to content

fix(deploy): Netlify root serves /public-process/* assets (was unstyled raw HTML)#42

Merged
4444J99 merged 1 commit into
mainfrom
fix/netlify-baseurl-redirect
Jul 23, 2026
Merged

fix(deploy): Netlify root serves /public-process/* assets (was unstyled raw HTML)#42
4444J99 merged 1 commit into
mainfrom
fix/netlify-baseurl-redirect

Conversation

@4444J99

@4444J99 4444J99 commented Jul 23, 2026

Copy link
Copy Markdown
Member

Root cause. Jekyll baseurl: '/public-process' (needed for the GitHub Pages subpath at organvm.github.io/public-process/) makes every stylesheet/nav URL /public-process/… — which 404s on the Netlify root domain (public-process.netlify.app). Verified: /public-process/assets/css/style.css → 404 on Netlify. The site rendered as unstyled raw HTML (DECORVM visual finding, verdict: fail).

Fix. netlify.toml at repo root (Jekyll ignores _-prefixed files, so a _redirects file would never ship) — a 200 rewrite /public-process/* /:splat serves the real root-level asset. Fixes the judged Netlify surface without disturbing the Pages deploy.

🤖 Generated with Claude Code

…ed raw HTML)

Jekyll baseurl:'/public-process' (needed for the GitHub Pages subpath deploy)
makes every stylesheet/nav URL /public-process/... which 404s on the Netlify
root domain (public-process.netlify.app) — the site rendered as unstyled raw
HTML. netlify.toml is read from repo root directly (Jekyll ignores _-prefixed
files, so _redirects would never ship); the 200-rewrite fixes Netlify without
disturbing the Pages deploy.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@4444J99, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 3 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 017c0894-2eff-4952-8a54-37d3921af3a3

📥 Commits

Reviewing files that changed from the base of the PR and between fff4bff and 17d806a.

📒 Files selected for processing (1)
  • netlify.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/netlify-baseurl-redirect

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@4444J99
4444J99 merged commit 1855450 into main Jul 23, 2026
5 checks passed
@4444J99
4444J99 deleted the fix/netlify-baseurl-redirect branch July 23, 2026 10:00
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