Conversation
# Conflicts: # src/data/blog-posts.json
Add multilingual blog support and publish OpenClaw Meetup #5
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
indopensource-org | 1cc9006 | Commit Preview URL Branch Preview URL |
Jul 23 2026, 04:56 PM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1cc90062c1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <span class="sticker">{post.status}</span> | ||
| {post.tags.map((tag) => <span class="stamp">{tag}</span>)} | ||
| {translations.map((translation) => ( | ||
| <a class="sticker riso-hover no-underline" href={articleHref(translation)} hreflang={articleLanguage(translation)}> |
There was a problem hiding this comment.
Honor ASTRO_BASE for article links
The raw anchors that render articleHref() bypass withBase/normalizeHref. When the site is built with ASTRO_BASE=/indopensource.org (as the CI build does), this link still points at /en/blog/... or /blog/... instead of /indopensource.org/..., so language switching leaves the configured base and 404s on base-path previews; the same pattern appears in the new English article-card title/image links. Please wrap rendered internal articleHref() hrefs with withBase while keeping sitemap/canonical uses base-free.
Useful? React with 👍 / 👎.
Release contents
/en/blog/...routeshtml lang, Open Graph locale, JSON-LD,hreflang, andx-defaultValidation
mainnpm test— 22 passingnpm run build— 113 pages, 0 errors/warnings/hintsreleaseis an ancestor ofmain(0 behind, 9 commits ahead)