feat: public dir support, logo and content icon config#54
Conversation
Serve static assets from project's public/ directory via Vite publicDir and Nitro publicAssets. Update basic example to use default theme with logo configuration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates the Chronicle build system to properly serve public static assets through Vite and Nitro, then demonstrates the capability in the example configuration by adding logo and icon asset references alongside a theme name change from ChangesStatic Asset Configuration and Example Integration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Summary
public/directory via VitepublicDirand NitropublicAssetspublic/icons/Test plan
bun run dev:examples:basic— logo renders in sidebar headerpublic/dir accessible (e.g./logo.svg,/icons/docs.svg)🤖 Generated with Claude Code